The AWS Certified CloudOps Engineer – Associate (SOA-C03) exam tests your skills in operating and managing AWS environments. It is ideal for those looking to enhance their operational expertise on AWS.
Explanation
When an IAM user assumes a role, they gain the permissions associated with that role, not losing existing ones unless specified.
Q82
Which AWS service allows for serverless execution of code in response to events?
AAWS Lambda
BEC2
CElastic Beanstalk
DCloudFormation
Explanation
AWS Lambda allows code to be executed in response to events without managing servers, while the others are not serverless compute options.
Q83
A company needs to secure their S3 buckets. Which of the following should they use?
ABucket Policies
BCloudTrail
CVPC Peering
DDirect Connect
Explanation
Bucket policies control access to S3 buckets, while the other options pertain to logging, networking, or connectivity, not directly securing S3 resources.
Q84
What happens when an EC2 instance uses EBS volumes and the instance is terminated?
AData on EBS is lost
BData on EBS is preserved
CEBS volume cannot be detached
DInstance reboots automatically
Explanation
Data on EBS is preserved unless the volume is marked as delete on termination; the other options do not accurately describe EBS behavior.
Q85
Which service would you use to automate the deployment of applications?