A company is running distributed computing software to manage a fleet of 20 Amazon EC2 instances for calculations. The fleet includes 2 control nodes and 18 task nodes to run the calculations. Control nodes can automatically start the task nodes. Currently, all the nodes run on demand. The control nodes must be available 24 hours a day, 7 days a week. The task nodes run for 4 hours each day. A CloudOps Engineer needs to optimize the cost of this solution. Which combination of actions will meet these requirements? (Choose two.)
#2823 つ選択
A CloudOps Engineer has set up a new Amazon EC2 instance as a web server in a public subnet. The instance uses HTTP port 80 and HTTPS port 443. The CloudOps Engineer has confirmed internet connectivity by downloading operating system updates and software from public repositories. However, the CloudOps Engineer cannot access the instance from a web browser on the internet. Which combination of steps should the CloudOps Engineer take to troubleshoot this issue? (Choose three.)
#283
A company uses an AWS CloudFormation template to provision an Amazon EC2 instance and an Amazon RDS DB instance. A CloudOps Engineer must update the template to ensure that the DB instance is created before the EC2 instance is launched. What should the CloudOps Engineer do to meet this requirement?
#284
An errant process is known to use an entire processor and run at 100%. A CloudOps Engineer wants to automate restarting an Amazon EC2 instance when the problem occurs for more than 2 minutes. How can this be accomplished?
#285
A company has a policy that requires all Amazon EC2 instances to have a specific set of tags. If an EC2 instance does not have the required tags, the noncompliant instance should be terminated. What is the MOST operationally efficient solution that meets these requirements?
#286
A user has created a VPC with CIDR 20.0.0.0/16 using the wizard. The user has created a public subnet CIDR 20.0.0.0/24 and VPN only subnets CIDR 20.0.1.0/24 along with the VPN gateway vgw-12345 to connect to the user's data center. The user's data center has CIDR 172.28.0.0/12. The user has also setup a NAT instance i-123456 to allow traffic to the internet from the VPN subnet. Which of the below mentioned options is not a valid entry for the main route table in this scenario?
#287
A company has an application that collects notifications from thousands of alarm systems. The notifications include alarm notifications and information notifications. The information notifications include the system arming processes, disarming processes, and sensor status. All notifications are kept as messages in an Amazon Simple Queue Service (Amazon SQS) queue. Amazon EC2 instances that are in an Auto Scaling group process the messages. A CloudOps Engineer needs to implement a solution that prioritizes alarm notifications over information notifications. Which solution will meet these requirements?
#288
When the AWS Cloud infrastructure experiences an event that may impact an organization, which AWS service can be used to see which of the organization's resources are affected?
#2892 つ選択
An application is running on multiple EC2 instances. As part of an initiative to improve overall infrastructure security, the EC2 instances were moved to a private subnet. However, since moving, the EC2 instances have not been able to automatically update, and a CloudOps Engineer has not been able to SSH into them remotely. Which two actions could the Engineer take to securely resolve these issues? (Choose two.)
#290
A user has created a VPC with CIDR 20.0.0.0/16 using the wizard. The user has created a public subnet CIDR 20.0.0.0/24 and VPN only subnets CIDR 20.0.1.0/24 along with the VPN gateway vgw-12345 to connect to the user's data center. Which of the below mentioned options is a valid entry for the main route table in this scenario?
#291
A company uses an Amazon S3 bucket to store data files. The S3 bucket contains hundreds of objects. The company needs to replace a tag on all the objects in the S3 bucket with another tag. What is the MOST operationally efficient way to meet this requirement?
#292
A CloudOps Engineer maintains the security and compliance of a company's AWS account. To ensure the company's Amazon EC2 instances are following company policy, a CloudOps Engineer wants to terminate any EC2 instance that do not contain a department tag. Noncompliant resources must be terminated in near-real time. Which solution will meet these requirements?
#293
A user has created a VPC with public and private subnets using the VPC wizard. The VPC has CIDR 20.0.0.0/16. The private subnet uses CIDR 20.0.0.0/24. The NAT instance ID is i-a12345. Which of the below mentioned entries are required in the main route table attached with the private subnet to allow instances to connect with the internet?
#294
A CloudOps Engineer creates an Amazon Elastic Kubernetes Service (Amazon EKS) cluster that uses AWS Fargate. The cluster is deployed successfully. The CloudOps Engineer needs to manage the cluster by using the kubectl command line tool. Which of the following must be configured on the CloudOps Engineer's machine so that kubectl can communicate with the cluster API server?
#295
An Amazon S3 bucket in a CloudOps Engineer's account can be accesses by users in other AWS accounts. How can the Engineer ensure that the bucket is only accessible to members of the Engineer's AWS account?
#296
A company uses an Amazon Simple Queue Service (Amazon SQS) standard queue with its application. The application sends messages to the queue with unique message bodies. The company decides to switch to an SQS FIFO queue. What must the company do to migrate to an SQS FIFO queue?
#297
A CloudOps Engineer has created an AWS Service Catalog portfolio and has shared the portfolio with a second AWS account in the company. The second account is controlled by a different engineer. Which action will the Engineer of the second account be able to perform?
#298
A company runs a web application that users access using the domain name www.example.com. The company manages the domain name using Amazon Route 53. The company created an Amazon CloudFront distribution in front of the application and would like www.example.com to access the application through CloudFront. What is the MOST cost-effective way to achieve this?
#299
A company uses AWS Organizations to manage its AWS accounts. A CloudOps Engineer must create a backup strategy for all Amazon EC2 instances across all the company's AWS accounts. Which solution will meet these requirements in the MOST operationally efficient way?
#3002 つ選択
A company has an application that uses an Amazon S3 bucket for object storage. A developer needs to configure in-transit encryption for the S3 bucket. All the S3 objects containing personal data needs to be encrypted at rest with AWS Key Management Service (AWS KMS) keys, which can be rotated on demand. Which combination of steps will meet these requirements? (Choose two.)