Junior — Middle
What skills do you have in AWS command line and at what level do you use them?
sobes.tech AI
Answer from AI
I use AWS CLI to manage AWS resources such as EC2, S3, Lambda, and CloudFormation. At the junior level, I can perform basic commands: starting and stopping EC2 instances, uploading and downloading files in S3, deploying Lambda functions. At the middle level, I add automation through scripts, work with profiles and configurations, manage IAM roles and policies, and also integrate with CI/CD pipelines.
Example command to start EC2:
aws ec2 start-instances --instance-ids i-1234567890abcdef0
Or to copy a file to S3:
aws s3 cp ./localfile.txt s3://mybucket/remote.txt