Free AWS-SysOps Exam Braindumps

Pass your Amazon AWS Certified SysOps Administrator - Associate exam with these free Questions and Answers

Page 2 of 61
QUESTION 1

- (Exam Topic 1)
A company runs a website from Sydney, Australia. Users in the United States (US) and Europe are reporting that images and videos are taking a long time to load. However, local testing in Australia indicates no performance issues. The website has a large amount of static content in the form of images and videos that are stored m Amazon S3.
Which solution will result In the MOST Improvement In the user experience for users In the US and Europe?

  1. A. Configure AWS PrivateLink for Amazon S3.
  2. B. Configure S3 Transfer Acceleration.
  3. C. Create an Amazon CloudFront distributio
  4. D. Distribute the static content to the CloudFront edge locations
  5. E. Create an Amazon API Gateway API in each AWS Regio
  6. F. Cache the content locally.

Correct Answer: D

QUESTION 2

- (Exam Topic 1)
A SysOos administrator s tasked with analyzing database performance. The database runs on a single Amazon RDS D6 instance. The SysOps administrator finds that, during times of peak traffic, resources on the database are over utilized due to the amount of read traffic.
Which actions should the SysOps administrator take to improve RDS performance? (Select TWO.)

  1. A. Add a read replica.
  2. B. Modify the application to use Amazon ElastiCache for Memcached.
  3. C. Migrate the database from RDS to Amazon DynamoDB.
  4. D. Migrate the database to Amazon EC2 with enhanced networking enabled
  5. E. Upgrade the database to a Multi-AZ deployment.

Correct Answer: AB

QUESTION 3

- (Exam Topic 1)
A SysOps administrator has launched a large general purpose Amazon EC2 instance to regularly process large data files. The instance has an attached 1 TB General Purpose SSD (gp2) Amazon Elastic Block Store (Amazon EBS) volume. The instance also is EBS-optimized. To save costs, the SysOps administrator stops the instance each evening and restarts the instance each morning.
When data processing is active, Amazon CloudWatch metrics on the instance show a consistent 3.000 VolumeReadOps. The SysOps administrator must improve the I/O performance while ensuring data integrity.
Which action will meet these requirements?

  1. A. Change the instance type to a large, burstable, general purpose instance.
  2. B. Change the instance type to an extra large general purpose instance.
  3. C. Increase the EBS volume to a 2 TB General Purpose SSD (gp2) volume.
  4. D. Move the data that resides on the EBS volume to the instance store.

Correct Answer: C

QUESTION 4

- (Exam Topic 1)
A SysOps administrator is tasked with deploying a company's infrastructure as code. The SysOps administrator want to write a single template that can be reused for multiple environments.
How should the SysOps administrator use AWS CloudFormation to create a solution?

  1. A. Use Amazon EC2 user data in a CloudFormation template
  2. B. Use nested stacks to provision resources
  3. C. Use parameters in a CloudFormation template
  4. D. Use stack policies to provision resources

Correct Answer: C
Reuse templates to replicate stacks in multiple environments After you have your stacks and resources set up, you can reuse your templates to replicate your infrastructure in multiple environments. For example, you can create environments for development, testing, and production so that you can test changes before implementing them into production. To make templates reusable, use the parameters, mappings, and conditions sections so that you can customize your stacks when you create them. For example, for your development environments, you can specify a lower-cost instance type compared to your production environment, but all other configurations and settings remain the same. https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/best-practices.html#reuse

QUESTION 5

- (Exam Topic 1)
A manufacturing company uses an Amazon RDS DB instance to store inventory of all stock items. The company maintains several AWS Lambda functions that interact with the database to add, update, and delete items. The Lambda functions use hardcoded credentials to connect to the database.
A SysOps administrator must ensure that the database credentials are never stored in plaintext and that the password is rotated every 30 days.
Which solution will meet these requirements in the MOST operationally efficient manner?

  1. A. Store the database password as an environment variable for each Lambda functio
  2. B. Create a new Lambda function that is named PasswordRotat
  3. C. Use Amazon EventBridge (Amazon CloudWatch Events) to schedule the PasswordRotate function every 30 days to change the database password and update the environment variable for each Lambda function.
  4. D. Use AWS Key Management Service (AWS KMS) to encrypt the database password and to store the encrypted password as an environment variable for each Lambda functio
  5. E. Grant each Lambda function access to the KMS key so that the database password can be decrypted when require
  6. F. Create a new Lambda function that is named PasswordRotate to change the password every 30 days.
  7. G. Use AWS Secrets Manager to store credentials for the databas
  8. H. Create a Secrets Manager secret, and select the database so that Secrets Manager will use a Lambda function to update the database password automaticall
  9. I. Specify an automatic rotation schedule of 30 day
  10. J. Update each Lambda function to access the database password from SecretsManager.
  11. K. Use AWS Systems Manager Parameter Store to create a secure string to store credentials for the databas
  12. L. Create a new Lambda function called PasswordRotat
  13. M. Use Amazon EventBridge (Amazon CloudWatch Events) to schedule the PasswordRotate function every 30 days to change the database password and to update the secret within Parameter Stor
  14. N. Update each Lambda function to access the database password from Parameter Store.

Correct Answer: C
When you choose to enable rotation, Secrets Manager supports the following Amazon Relational Database Service (Amazon RDS) databases with AWS written and tested Lambda rotation function templates, and full configuration of the rotation process:
Amazon Aurora on Amazon RDS MySQL on Amazon RDS PostgreSQL on Amazon RDS Oracle on Amazon RDS MariaDB on Amazon RDS
Microsoft SQL Server on Amazon RDS https://docs.aws.amazon.com/secretsmanager/latest/userguide/intro.html

Page 2 of 61

Post your Comments and Discuss Amazon AWS-SysOps exam with other Community members: