SOA-C03 無料問題集「Amazon AWS Certified CloudOps Engineer - Associate」
A CloudOps engineer needs to create a report that shows how many bytes are sent to and received from each target group member for an Application Load Balancer (ALB). Which combination of steps should the CloudOps engineer take to meet these requirements? (Select TWO.)
正解:A、B
解答を投票する
解説: (JPNTest メンバーにのみ表示されます)
A CloudOps engineer needs to track the costs of data transfer between AWS Regions. The CloudOps engineer must implement a solution to send alerts to an email distribution list when transfer costs reach 75% of a specific threshold.
What should the CloudOps engineer do to meet these requirements?
What should the CloudOps engineer do to meet these requirements?
正解:A
解答を投票する
解説: (JPNTest メンバーにのみ表示されます)
A company is migrating a legacy application to AWS. The application runs on EC2 instances across multiple Availability Zones behind an Application Load Balancer (ALB). The target group routing algorithm is set to weighted random, and the application requires session affinity (sticky sessions).
After deployment, users report random application errors that were not present before migration, even though target health checks are passing.
Which solution will meet this requirement?
After deployment, users report random application errors that were not present before migration, even though target health checks are passing.
Which solution will meet this requirement?
正解:C
解答を投票する
解説: (JPNTest メンバーにのみ表示されます)
A company's ecommerce application is running on Amazon EC2 instances that are behind an Application Load Balancer (ALB). The instances are in an Auto Scaling group. Customers report that the website is occasionally down. When the website is down, it returns an HTTP 500 (server error) status code to customer browsers.
The Auto Scaling group's health check is configured for EC2 status checks, and the instances appear healthy.
Which solution will resolve the problem?
The Auto Scaling group's health check is configured for EC2 status checks, and the instances appear healthy.
Which solution will resolve the problem?
正解:A
解答を投票する
解説: (JPNTest メンバーにのみ表示されます)
A company uses an Amazon Simple Queue Service (Amazon SQS) queue and Amazon EC2 instances in an Auto Scaling group with target tracking for a web application. The company collects the ASGAverageNetworkIn metric but notices that instances do not scale fast enough during peak traffic. There are a large number of SQS messages accumulating in the queue.
A CloudOps engineer must reduce the number of SQS messages during peak periods.
Which solution will meet this requirement?
A CloudOps engineer must reduce the number of SQS messages during peak periods.
Which solution will meet this requirement?
正解:D
解答を投票する
解説: (JPNTest メンバーにのみ表示されます)
A company has an application that uses Amazon ElastiCache for Memcached to cache query responses to improve latency.
However, the application's users are reporting slow response times. A SysOps administrator notices that the Amazon CloudWatch metrics for Memcached evictions are high.
Which actions should the SysOps administrator take to fix this issue? (Choose two.)
However, the application's users are reporting slow response times. A SysOps administrator notices that the Amazon CloudWatch metrics for Memcached evictions are high.
Which actions should the SysOps administrator take to fix this issue? (Choose two.)
正解:A、C
解答を投票する
解説: (JPNTest メンバーにのみ表示されます)
A company has attached the following policy to an IAM user:
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": "rds:Describe*",
"Resource": "*"
},
{
"Effect": "Allow",
"Action": "ec2:*",
"Resource": "*",
"Condition": {
"StringEquals": {
"ec2:Region": "us-east-1"
}
}
},
{
"Effect": "Deny",
"NotAction": [
"ec2:*",
"s3:GetObject"
],
"Resource": "*"
}
]
}
Which of the following actions are allowed for the IAM user?
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": "rds:Describe*",
"Resource": "*"
},
{
"Effect": "Allow",
"Action": "ec2:*",
"Resource": "*",
"Condition": {
"StringEquals": {
"ec2:Region": "us-east-1"
}
}
},
{
"Effect": "Deny",
"NotAction": [
"ec2:*",
"s3:GetObject"
],
"Resource": "*"
}
]
}
Which of the following actions are allowed for the IAM user?
正解:C
解答を投票する
解説: (JPNTest メンバーにのみ表示されます)