Tüm alıştırma soruları
976 soru
A company uses Amazon EKS on Amazon EC2 worker nodes to run its microservices. A SysOps Administrator enables Amazon CloudWatch Container Insights on the cluster to monitor performance. After a month, the Administrator notices a significant increase in the AWS bill due to CloudWatch Logs storage costs. The logs are stored in the /aws/containerinsights/{cluster-name}/performance log group with the default retention setting. The Administrator needs to ensure that these logs are retained for only 14 days to reduce ongoing costs. What is the most administratively efficient way to implement this change?
A company hosts a high-traffic inventory management system on Amazon RDS for PostgreSQL. During peak operational hours, database performance degrades due to a high volume of read-only queries from a business intelligence tool. Additionally, the company requires a recovery time objective (RTO) of under 10 minutes for any database infrastructure failure. Which configuration should the SysOps Administrator implement to satisfy these requirements?
A SysOps administrator wants to automate the remediation of non-compliant resources. AWS Config is configured with the `vpc-flow-logs-enabled` rule to monitor compliance. The administrator wants to use Amazon EventBridge and an AWS Systems Manager (SSM) Automation runbook to automatically enable VPC Flow Logs whenever a VPC is flagged as non-compliant. Which two configuration actions must the administrator perform to set up this remediation pipeline?
Geçerli olan tümünü seçin
A company hosts a web application on AWS Elastic Beanstalk. The application runs in a production environment with an Auto Scaling group of 8 Amazon EC2 instances. The company’s deployment policy requires that the application maintains full capacity to handle incoming traffic at all times during updates. To control costs, the company cannot allow a temporary doubling of the environment's compute resources, which rules out immutable deployments. Which deployment policy should the SysOps Administrator select to meet these requirements with the least financial impact?
A SysOps Administrator is tasked with enabling Amazon CloudWatch Container Insights for an existing Amazon ECS cluster where all tasks run on AWS Fargate. Additionally, the administrator must create a CloudWatch dashboard to monitor the CPU and memory utilization of the cluster and its tasks. Which combination of actions should the SysOps Administrator take to meet these requirements? (Select TWO.)
Geçerli olan tümünü seçin
A SysOps administrator wants to automate the remediation of unencrypted Amazon EBS volumes. The administrator creates an Amazon EventBridge rule that triggers when an EBS volume is created. The target of the rule is the Systems Manager Automation document `AWS-DeleteVolume` to remove the unencrypted volume. The automation document requires an IAM service role to execute the deletion.
Which configuration and IAM permissions are required for the EventBridge rule to successfully trigger the remediation?
A SysOps administrator manages a multi-account AWS environment and uses AWS Service Catalog in a hub account to share a portfolio with several spoke accounts within an AWS Organization. To enforce security compliance, the administrator wants all resources provisioned from this portfolio in the spoke accounts to be created using a dedicated IAM role named SCLaunchExecutionRole in each spoke account. The administrator creates the SCLaunchExecutionRole in the spoke accounts, attaches policies containing the required resource provisioning permissions, and configures the trust policy to allow the cloudformation.amazonaws.com service principal to assume the role. The administrator then configures a launch constraint on the shared portfolio in the spoke accounts, specifying SCLaunchExecutionRole as the launch role. However, when developers in the spoke accounts attempt to provision the product, the deployment fails with a status of tainted, and the event logs state that the execution role cannot be assumed. How should the administrator resolve this deployment failure?
A SysOps administrator needs to perform a major platform version upgrade for a production web application hosted on AWS Elastic Beanstalk. The application's Amazon RDS DB instance is currently coupled to the Elastic Beanstalk environment. The upgrade must be performed with zero downtime, and the database data must be preserved.
Which combination of actions should the administrator take to meet these requirements? (Select TWO.)
Geçerli olan tümünü seçin
An administrator is managing an infrastructure stack using AWS CloudFormation. The stack includes an AWS IAM role used for an application's execution and an Amazon S3 bucket. An operator accidentally deleted the IAM role manually from the IAM Console. Shortly after, a scheduled automated stack update is triggered, but it fails due to an unrelated configuration error in another resource. The stack attempts to roll back, but the rollback fails, placing the stack in the UPDATE_ROLLBACK_FAILED state because the IAM role cannot be found. Which of the following actions can the SysOps Administrator take to successfully resolve the UPDATE_ROLLBACK_FAILED state and return the stack to a stable configuration? (Select TWO.)
Geçerli olan tümünü seçin
A SysOps Administrator needs to share an Amazon CloudWatch dashboard that visualizes Container Insights metrics for an Amazon ECS cluster with external business partners who do not have AWS accounts. The administrator must ensure that these partners can view the live dashboard securely without gaining access to any other AWS resources or console features. Which of the following actions will meet these requirements?
A SysOps Administrator is configuring cross-region replication (CRR) between two Amazon S3 buckets. The source bucket is located in the us-west-2 Region and the destination bucket is located in the us-east-1 Region. The administrator enables versioning on the source bucket and creates the necessary IAM replication role with trust permissions for the Amazon S3 service. However, the destination bucket is a newly created bucket that does not have versioning enabled. What will happen when the administrator attempts to save the replication configuration?
A SysOps Administrator is setting up a custom Amazon CloudWatch dashboard to monitor container performance for an Amazon EKS cluster that runs on Amazon EC2 worker nodes. The Administrator has deployed the CloudWatch agent as a DaemonSet in the cluster, but no Container Insights metrics are appearing in CloudWatch. Which combination of actions will resolve this issue and allow the Administrator to display these metrics on the custom dashboard? (Select TWO.)
Geçerli olan tümünü seçin
A financial analytics company hosts its transaction-matching engine on a single-instance Amazon RDS for PostgreSQL DB instance. A SysOps Administrator must configure the database tier to achieve automated failover to a standby instance in a different Availability Zone within the same Region in the event of an infrastructure failure. Additionally, the administrator wants to offload read-heavy analytical queries from the primary instance. Which of the following database configurations should the SysOps Administrator implement to meet these requirements with the lowest Recovery Time Objective (RTO)?
A SysOps Administrator manages an infrastructure stack deployed via AWS CloudFormation. The stack contains an Amazon EC2 instance and an Amazon RDS DB instance. Due to an emergency performance issue, a database administrator manually modified the RDS DB instance parameter group via the RDS console. Similarly, a systems engineer manually changed the EC2 instance type from t3.medium to m5.large via the EC2 console. The SysOps Administrator needs to update the stack to add a new Amazon S3 bucket. The administrator prepares a new CloudFormation template that includes the S3 bucket resource. The template definitions for the EC2 instance (specifying t3.medium) and the RDS DB instance remain identical to the original template. After the administrator successfully completes the stack update using the new template, what will be the configuration of the EC2 instance type and the RDS DB instance parameter group?
A SysOps administrator is configuring an automated remediation workflow to enable deletion protection on Amazon RDS DB instances that are flagged as non-compliant by AWS Config. The administrator creates an Amazon EventBridge rule that detects the compliance state change events and targets an AWS Systems Manager Automation runbook. The EventBridge rule must pass a specific IAM role (RDSRemediationRole) to the Systems Manager service so that the runbook can perform the modification.
Although the EventBridge rule triggers, the Automation execution fails to start with a permission error.
Which action will resolve this issue?
A SysOps Administrator is setting up Cross-Region Replication (CRR) for an Amazon S3 bucket to meet strict business continuity requirements. The compliance team mandates that 99.99% of all new objects must be replicated to the destination bucket in another AWS Region within 15 minutes, and the replication latency must be actively monitored. Which configuration will successfully meet these requirements?
A SysOps Administrator is attempting to configure Same-Region Replication (SRR) between two Amazon S3 buckets in the same AWS account using the AWS CLI. The administrator has already enabled versioning on the source S3 bucket and created an IAM role with the correct permissions policy to replicate objects. However, when executing the `put-bucket-replication` CLI command, the administrator receives validation and permissions errors, preventing the replication configuration from being applied. Which two actions must the SysOps Administrator take to successfully establish replication? (Select two.)
Geçerli olan tümünü seçin
A SysOps Administrator is configuring a backup and high-availability strategy for a critical application. The application's database runs on an Amazon RDS for PostgreSQL DB instance, and its backup archives are stored in a primary Amazon S3 bucket. The administrator must replicate the S3 backup archives to an S3 bucket in a secondary AWS Region for compliance. Additionally, the administrator wants to ensure that the database has high availability and can fail over automatically with minimal downtime within the primary Region.
Which two actions should the SysOps Administrator take to meet these requirements? (Select TWO.)
Geçerli olan tümünü seçin
A SysOps administrator is configuring a launch constraint for an AWS Service Catalog product using a custom IAM role named `CatalogProvisioningRole`. The role has the necessary policies attached to provision resources. When the administrator attempts to apply the launch constraint to the product in the AWS Service Catalog portfolio, the console returns an access denied error. Additionally, in a previous attempt where the constraint was active, the product provisioning failed and the CloudFormation stack rolled back because the service could not assume the role.
Which two actions should the administrator take to resolve these issues? (Choose two.)
Geçerli olan tümünü seçin
A SysOps Administrator is using the AWS CLI to troubleshoot a CloudFormation stack that is stuck in the UPDATE_ROLLBACK_FAILED state. The rollback failed because the original custom IAM service role associated with the stack was deleted. The administrator has created a new IAM role with the correct permissions to manage the stack's resources. However, when the administrator executes `aws cloudformation continue-update-rollback --stack-name my-stack --role-arn arn:aws:iam::123456789012:role/NewCFNServiceRole`, the command fails with an AccessDenied error stating that the administrator's IAM user is not authorized to perform the action on the resource. Which of the following describes the root cause of this error, and how should it be resolved?