All practice questions
976 questions
A SysOps Administrator deploys an AWS Config conformance pack containing a rule that evaluates whether Amazon S3 buckets have public read access enabled. After deployment, the compliance status for the rule remains in the 'No Data Available' state, despite the presence of active S3 buckets in the AWS account. Which of the following troubleshooting actions should the administrator perform to resolve this issue? (Select TWO.)
Select all that apply
An application runs on an Amazon EC2 instance that retrieves its database credentials at startup from AWS Systems Manager Parameter Store. The credentials are encrypted as a SecureString parameter using a custom AWS KMS customer managed key. Although the instance's IAM role has a policy allowing both ssm:GetParameter and kms:Decrypt actions, the application logs show an AccessDeniedException when trying to retrieve the parameter. Which of the following is the most likely cause of this issue?
A company hosts a web application on a fleet of Amazon EC2 instances managed by an Auto Scaling group. A SysOps Administrator is configuring AWS CodeDeploy to perform in-place deployments of application updates. The deployment must maintain at least 75% of the total instance capacity to ensure performance is not degraded. Since the Auto Scaling group dynamically scales based on CPU utilization, the configuration must adapt to varying instance counts. Which configuration for the minimum healthy hosts parameter in CodeDeploy will meet these requirements?
A company runs a high-traffic web application on AWS Elastic Beanstalk. The application's performance is critical, and a SysOps administrator needs to deploy a major software update. The administrator wants to use a canary-style deployment where of incoming traffic is directed to the new version for an evaluation period of minutes. If any error metrics spike, the deployment must immediately roll back with zero downtime for existing users.
Which two actions should the SysOps administrator take to configure this deployment? (Select TWO.)
Select all that apply
A SysOps administrator needs to configure automatic rotation for database credentials stored in AWS Secrets Manager. What must the administrator configure to execute the rotation code and update the credentials in both Secrets Manager and the database?
A SysOps Administrator is configuring cross-account Amazon S3 replication from a source bucket in AWS Account A to a destination bucket in AWS Account B. S3 Versioning is enabled on both buckets, and a replication rule is configured with an IAM role in Account A. Although objects successfully replicate to the destination bucket, IAM users in Account B receive an Access Denied error when trying to read the replicated objects because they are still owned by Account A. Which combination of actions must the administrator take to allow Account B's users to access the replicated objects?
A SysOps Administrator is configuring a production database environment for a MySQL application on Amazon RDS. The database must be highly available with automatic failover support in the event of an Availability Zone outage. Additionally, the administrator must offload high-volume read traffic to reduce the load on the primary database instance. Which combination of actions should the SysOps Administrator take to meet these requirements? (Select TWO.)
Select all that apply
A SysOps Administrator is setting up cross-Region disaster recovery using AWS Elastic Disaster Recovery (AWS DRS) to replicate critical Amazon EC2 workloads from Region A to Region B. The replication traffic must remain entirely within the AWS network and must not travel over the public internet. Additionally, when a disaster recovery drill is executed, the newly launched recovery instances must be automatically deployed into specific target subnets with the correct security groups. Which TWO configurations should the SysOps Administrator perform to meet these requirements? (Select TWO.)
Select all that apply
A company manages its multi-account environment using AWS Organizations. A SysOps administrator is deploying an organization conformance pack to enforce Amazon EBS volume encryption. The conformance pack template contains an AWS Config rule and a remediation configuration that executes an AWS Systems Manager (SSM) Automation document to delete any non-compliant volumes.
While testing the deployment in a member account, the administrator finds that the AWS Config rule successfully marks unencrypted volumes as non-compliant, but the remediation status displays an execution failure due to a permissions issue.
How should the administrator resolve this execution failure?
A SysOps administrator is configuring a multi-account execution workflow using AWS Systems Manager (SSM) Automation in Account A (). The SSM Automation execution must perform two primary functions: launch a temporary Amazon EC2 instance in Account A and attach a pre-existing IAM role named `EC2DataProcessorRole` to it, and assume a cross-account IAM role named `S3ReaderRole` in Account B () to read data files from an Amazon S3 bucket. The SSM Automation workflow runs under a service role named `SSMExecutionRole` in Account A. Which of the following configuration steps are required to achieve this setup? (Select TWO.)
Select all that apply
A SysOps administrator is configuring cross-region replication for an AWS Secrets Manager secret. The primary secret is stored in the us-east-1 Region, and it must be replicated to the us-west-2 Region to support a disaster recovery configuration. The secret contains database credentials that must be rotated automatically every 30 days. Which of the following actions must the administrator perform to configure this setup? (Select TWO.)
Select all that apply
A company's security policy requires that any exposed IAM access keys detected by AWS Health must be automatically deactivated immediately. A SysOps administrator is configuring an event-driven remediation workflow using AWS Systems Manager Automation. Which of the following actions should the SysOps administrator take to implement this automation? (Select TWO.)
Select all that apply
A SysOps Administrator is configuring a rolling update deployment strategy for a containerized application running on an Amazon ECS cluster with the Amazon EC2 launch type. The ECS service is configured with a desired task count of tasks.
The deployment must satisfy the following operational requirements:
* No running tasks from the current version can be terminated until the replacement tasks are verified as healthy.
* The total CPU and memory reservation on the container instances must never exceed of the desired task allocation during the deployment due to tight cluster capacity constraints.
* The application must remain highly available, ensuring that the number of active, healthy tasks never drops below of the desired count.
Which two ECS service definition parameters must the administrator configure to meet these requirements? (Select TWO.)
Select all that apply
A SysOps Administrator is configuring automated remediation within an AWS Config conformance pack to address non-compliant, unencrypted Amazon EBS volumes. The administrator plans to use the standard AWS-EncryptElasticBlockStoreVolume Systems Manager (SSM) Automation document as the remediation target. Which of the following configuration actions are required to ensure that the automated remediation successfully executes when a non-compliant volume is detected? (Select TWO.)
Select all that apply
A SysOps Administrator is designing the database tier for a new multi-region application. The primary database cluster will run on Amazon Aurora MySQL in the us-east-1 Region. The database must be replicated to the us-west-2 Region to support a disaster recovery plan with a Recovery Point Objective (RPO) of under 5 seconds and a Recovery Time Objective (RTO) of under 2 minutes. The disaster recovery database must also serve read queries for users in the us-west-2 Region. Which configuration will meet these requirements with the least administrative effort?
A company runs a production application using a combination of Amazon EC2 instances and AWS Fargate container tasks. A SysOps administrator needs to recommend a cost optimization plan that automatically applies discounts to both of these compute services with the greatest flexibility. Which AWS pricing model should the administrator select to achieve this goal?
A company manages a multi-account AWS environment using AWS Organizations with consolidated billing enabled.
* Member Account A runs a steady-state workload on Amazon EC2 instances in the Region. This workload is expected to remain unchanged for the next months.
* Member Account B runs a containerized microservices application on AWS Fargate in the Region and utilizes several AWS Lambda functions for data processing. Within the next months, the company plans to migrate the Fargate application to the Region and upgrade the container configurations.
A SysOps administrator must recommend a -year cost optimization strategy that maximizes savings for these workloads while accommodating the planned migration.
Which two commitment strategies should the administrator recommend? (Select TWO.)
Select all that apply
A SysOps administrator is configuring a secure global content delivery network using Amazon CloudFront and Amazon S3. The S3 bucket contains sensitive assets encrypted using Server-Side Encryption with AWS KMS customer managed keys (SSE-KMS). The administrator sets up a CloudFront distribution and configures Origin Access Control (OAC) to restrict access to the S3 bucket. A bucket policy is applied to the S3 bucket that allows the CloudFront service principal cloudfront.amazonaws.com to perform s3:GetObject on the bucket. However, when test users attempt to download objects via CloudFront, they receive a 403 Forbidden error.
Which of the following configuration changes is required to resolve this error?
An organization uses AWS Organizations with consolidated billing enabled. The SysOps administrator is tasked with optimizing costs for the following steady-state resources over the next 12 months using 1-year, No Upfront commitments:
* Account A:
* 10 Linux `m5.2xlarge` EC2 instances in `us-east-1` running 24/7. These instances will be upgraded to `m6i.2xlarge` in 3 months.
* An Amazon ECS on AWS Fargate workload in `us-east-1` with a constant cost of 1.50 per hour.
Which commitment strategy provides the highest overall cost savings while meeting the operational flexibility requirements?
A SysOps Administrator is implementing Amazon VPC Traffic Mirroring to inspect network packets from a critical production database instance (source) located in subnet A to an Intrusion Detection System (IDS) security appliance (target) located in subnet B. Both subnets are protected by custom Network ACLs, and the security groups for both the database and the IDS allow all traffic. The administrator configures a Traffic Mirror Filter to capture all inbound and outbound TCP traffic. The traffic mirroring session is active, but the IDS appliance is not receiving any mirrored packets.
Which of the following configuration changes or verification steps should the administrator perform to resolve this issue? (Select TWO.)
Select all that apply