Exams > Amazon > AWS-SysOps: AWS Certified SysOps Administrator
AWS-SysOps: AWS Certified SysOps Administrator
Page 25 out of 91 pages Questions 241-250 out of 910 questions
Question#241

You have private video content in S3 that you want to serve to subscribed users on the Internet. User IDs, credentials, and subscriptions are stored in an Amazon
RDS database.
Which configuration will allow you to securely serve private content to your users?

  • A. Generate pre-signed URLs for each user as they request access to protected S3 content
  • B. Create an IAM user for each subscribed user and assign the GetObject permission to each IAM user
  • C. Create an S3 bucket policy that limits access to your private content to only your subscribed users' credentials
  • D. Create a CloudFront Origin Identity user for your subscribed users and assign the GetObject permission to this user
Discover Answer Hide Answer

A
ג€You can optionally secure the content in your Amazon S3 bucket so users can access it through CloudFront but cannot access it directly by using Amazon S3
URLs. This prevents anyone from bypassing CloudFront and using the Amazon S3 URL to get content that you want to restrict access to. This step isn't required to use signed URLs, but we recommend it.ג€
Reference:
http://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/PrivateContent.html

Question#242

In AWS, which security aspects are the customer's responsibility? (Choose four.)

  • A. Controlling physical access to compute resources
  • B. Patch management on the EC2 instance s operating system
  • C. Encryption of EBS (Elastic Block Storage) volumes
  • D. Life-cycle management of IAM credentials
  • E. Decommissioning storage devices
  • F. Security Group and ACL (Access Control List) settings
Discover Answer Hide Answer

BCDF

Question#243

An application you maintain consists of multiple EC2 instances in a default tenancy VPC. This application has undergone an internal audit and has been determined to require dedicated hardware for one instance. Your compliance team has given you a week to move this instance to single-tenant hardware.
Which process will have minimal impact on your application while complying with this requirement?

  • A. Create a new VPC with tenancy=dedicated and migrate to the new VPC
  • B. Use ec2-reboot-instances command line and set the parameter "dedicated=true"
  • C. Right click on the instance, select properties and check the box for dedicated tenancy
  • D. Stop the instance, create an AMI, launch a new instance with tenancy=dedicated, and terminate the old instance
Discover Answer Hide Answer

D
You cannot change the tenancy of a default instance after you've launched it.
You can change the tenancy of an instance from ג€dedicatedג€ to ג€hostג€ after you've launched it, and vice versa.
Reference:
http://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/dedicated-instance.html#dedicated-apichanges

Question#244

A .NET application that you manage is running in Elastic Beanstalk. Your developers tell you they will need access to application log files to debug issues that arise. The infrastructure will scale up and down.
How can you ensure the developers will be able to access only the log files?

  • A. Access the log files directly from Elastic Beanstalk
  • B. Enable log file rotation to S3 within the Elastic Beanstalk configuration
  • C. Ask your developers to enable log file rotation in the applications web.config file
  • D. Connect to each Instance launched by Elastic Beanstalk and create a Windows Scheduled task to rotate the log files to S3.
Discover Answer Hide Answer

D
Reference:
http://docs.aws.amazon.com/elasticbeanstalk/latest/dg/using-features.loggingS3.title.html

Question#245

Your mission is to create a lights-out datacenter environment, and you plan to use AWS OpsWorks to accomplish this. First you created a stack and added an App
Server layer with an instance running in it. Next you added an application to the instance, and now you need to deploy a MySQL RDS database instance.
Which of the following answers accurately describe how to add a backend database server to an OpsWorks stack? (Choose three.)

  • A. Add a new database layer and then add recipes to the deploy actions of the database and App Server layers.
  • B. Use OpsWorks' "Clone Stack" feature to create a second RDS stack in another Availability Zone for redundancy in the event of a failure in the Primary AZ. To switch to the secondary RDS instance, set the [:database] attributes to values that are appropriate for your server which you can do by using custom JSON.
  • C. The variables that characterize the RDS database connectionג€"host, user, and so onג€"are set using the corresponding values from the deploy JSON's [:depioy][:app_name][:database] attributes.
  • D. Cookbook attributes are stored in a repository, so OpsWorks requires that the "password": "your_password" attribute for the RDS instance must be encrypted using at least a 256-bit key.
  • E. Set up the connection between the app server and the RDS layer by using a custom recipe. The recipe configures the app server as required, typically by creating a configuration file. The recipe gets the connection data such as the host and database name from a set of attributes in the stack configuration and deployment JSON that AWS OpsWorks installs on every instance.
Discover Answer Hide Answer

ACE

Question#246

A user needs to put sensitive data in an Amazon S3 bucket that can be accessed through an S3 VPC endpoint only. The user must ensure that resources in the
VPC can only access the single S3 bucket.
Which combination of actions will meet the requirements? (Choose two.)

  • A. Configure the bucket policy to only allow access through the S3 Private Endpoint.
  • B. Modify the VPC endpoint policy on the bucket to only allow the VPC to access it.
  • C. Modify the VPC peering configuration to only allow access to the S3 private Endpoint.
  • D. Configure the VPC endpoint policy to only allow the VPC to access the specific S3 bucket.
  • E. Configure the IAM policy attached to the S3 bucket to only allow access from the specific VPC.
Discover Answer Hide Answer

BD
Reference:
https://docs.aws.amazon.com/AmazonS3/latest/dev/example-bucket-policies-vpc-endpoint.html

Question#247

A corporate website is hosted on several Amazon EC2 instances across multiple regions around the globe.
How should an Administrator configure the website to maintain high availability with minimal downtime if one of the regions has network connectivity congestion for an extended period of time?

  • A. Create an Elastic Load Balancer in front of all the Amazon EC2 instances.
  • B. Create an Elastic Load Balancer that fails over to the secondary site when the primary site is not reachable.
  • C. Create an Amazon Route 53 Latency Based Routing Record Set that resolves to an Elastic Load Balancer in each region. Set an appropriate health check on each ELB.
  • D. Create an Amazon Route 53 latency Based Routing Record Set that resolves to Elastic Load Balancers I each region and has the Evaluate Target Health flag set to ג€trueג€.
Discover Answer Hide Answer

D
Reference:
https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/dns-failover-complex-configs.html

Question#248

A database running on Amazon EC2 requires sustained IOPS performance.
Which kind of Amazon EBS volume should an Administrator choose for this solution?

  • A. Cloud HDD
  • B. General Purpose SSD
  • C. Provisioned IOPS SSD
  • D. Throughput Optimized HDD
Discover Answer Hide Answer

C
Reference:
https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSVolumeTypes.html

Question#249

What does the `configure` command allow an Administrator to do when setting up the AWS CLI? (Choose two.)

  • A. Decide which VPC to create instances in.
  • B. Designate the format of the response to CLI commands.
  • C. Choose the default EC2 instance.
  • D. Encrypt the CLI commands.
  • E. Designate the default region.
Discover Answer Hide Answer

BE

Question#250

An Administrator has an Amazon EC2 instance with an IPv6 address. The Administrator needs to prevent direct access to this instance from the Internet.
The Administrator should place the EC2 instance in a:

  • A. Private Subnet with an egress-only Internet Gateway attached to the subnet and placed in the subnet Route Table.
  • B. Public subnet with an egress-only Internet Gateway attached to the VPC and placed in the VPC Route Table.
  • C. Private subnet with an egress-only Internet Gateway attached to the VPC and placed in the subnet Route Table.
  • D. Public subnet and a security group that blocks inbound IPv6 traffic attached to the interface.
Discover Answer Hide Answer

B

chevron rightPrevious Nextchevron right