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.
A company needs to automatically scale its EC2 instances based on CPU usage. Which service should they use?
AAWS Elastic Beanstalk
BAuto Scaling
CAWS Systems Manager
DAWS Lambda
Explanation
Auto Scaling dynamically adjusts instance count based on demand; the others do not provide automatic scaling.
Q462
What happens when an IAM user is created without any policies attached?
AUser has full access to resources.
BUser has no permissions.
CUser can access public resources only.
DUser can create policies.
Explanation
The user has no permissions by default until policies are attached, while the other options suggest incorrect permission levels.
Q463
Which AWS service provides user authentication and authorization?
AAWS IAM
BAmazon S3
CAWS Lambda
DCloudFront
Explanation
AWS IAM manages users and permissions; S3 is for storage, Lambda executes code, and CloudFront is a CDN.
Q464
A company needs to move logs from S3 to Glacier. Which is the best approach?
AS3 Lifecycle Policies
BAWS Data Pipeline
CEC2 Scheduled Task
DManual Download
Explanation
S3 Lifecycle Policies automate moving logs to Glacier; the other options require additional steps or are too manual.
Q465
What happens when an EC2 instance is terminated directly from the console?
AData on EBS is preserved
BEC2 instance remains in the system
CEC2 instance is deleted permanently
DInstance can be restarted later
Explanation
Terminating an EC2 instance deletes it permanently unless you have EBS snapshots; the others are incorrect as they misrepresent instance behavior.
Q466
Which service is best for real-time log analysis?
AAmazon CloudWatch Logs
BAWS S3
CAWS Snowball
DAWS RDS
Explanation
Amazon CloudWatch Logs allows real-time monitoring and analysis of logs, while the others do not focus on logs.
Q467
A company needs to implement a VPN between its on-premises environment and these AWS services. Which AWS service should they consider?
AAWS Direct Connect
BAWS Lambda
CAmazon ECS
DAWS CodePipeline
Explanation
AWS Direct Connect establishes dedicated network connections, unlike the other options which serve different purposes.
Q468
You are configuring an EC2 instance to launch a web server. What happens if you forget to specify a security group?
AInstance will not start
BInstance starts with default settings
CInstance uses public IP
DAccess is blocked from all sources
Explanation
If no security group is specified, the instance uses the default security group settings allowing it to start.
Q469
Which service enables managed Kubernetes on AWS?
AAmazon EKS
BAWS Lambda
CAmazon ECS
DAWS Batch
Explanation
Amazon EKS is specifically designed for Kubernetes; the others serve different purposes.
Q470
A company needs to run code without provisioning servers. Which AWS service should it use?
AAWS Elastic Beanstalk
BAWS Lambda
CAmazon EC2
DAmazon S3
Explanation
AWS Lambda runs code in response to events without needing server management; the others require server resources.