Amazon AWS Certified SysOps Administrator - Associate SOA-C01
Prev

There are 439 results

Next
#21 (Accuracy: 100% / 2 votes)
The billing process for Amazon EC2 instances was updated as of October 2, 2017. Which of the following statements is true regarding how you pay for Amazon EC2 instances? (Choose two.)
  • A. Payment does not vary based on the instance AMI's operating system.
  • B. You can pay per hour or per second, depending on the instance AMI's operating system.
  • C. You pay for compute capacity by the day; hours are billed in proportion.
  • D. You can pay per hour or per second, depending on the instance type.
#22 (Accuracy: 100% / 1 votes)
What can an Administrator do to monitor whether an organization's instances are compliant with corporate policies and guidelines?
  • A. Check the instances' metadata to determine what software is running.
  • B. Use AWS CloudTrail logs to identify the applications running on the instances.
  • C. Set CloudWatch alarms that are triggered with any software change on the instances.
  • D. Using Config Rules in the AWS Config service to check the instance's configuration and applications.
#23 (Accuracy: 100% / 1 votes)
An application hosted on AWS is going through an external compliance assessment. An Administrator has been tasked with providing proof of physical security at the facilities that are hosting the application.
What should the Administrator do?
  • A. Work with AWS support to schedule a tour for the auditors.
  • B. Send a copy of the AWS Security whitepaper to the auditors.
  • C. Obtain a relevant report from AWS Artifact and share it with the auditors.
  • D. Find the address for the AWS Direct Connect facility on the AWS Website.
#24 (Accuracy: 100% / 1 votes)
A corporate policy requires all new infrastructure deployments to use scalable and reusable resources to improve resources delivery times. The policy also restricts resource configuration management to the systems operations team. The development team requests the ability to deploy resources on demand in an effort to streamline their software development lifecycle.
What can the systems operations team do to ensure company policy is followed while also meeting the development team's requests?
  • A. Create an AWS CloudFormation on template with the requested resources, and give it to the development team to adjust as needed.
  • B. Provision the resources using the CLI, and create the necessary IAM permissions to allow the development team to modify them as needed.
  • C. Create the AWS Service Catalog product and share with the development team through the Service Catalog.
  • D. Grant the development team access to the AWS CloudFormation Design Template Editor to specify the needed resources and configurations. Once the templates are complete, the system operations team will launch the resources.
#25 (Accuracy: 100% / 1 votes)
Which instance characteristics are required if an Administrator wants to ensure use of the Amazon EC2 auto-recovery option? (Choose two.)
  • A. The instance only has EBS volumes.
  • B. The instance has EC2 Instance Store root volumes.
  • C. The tenancy attribute is set to ג€defaultג€ (shred tenancy).
  • D. The tenancy attribute is set to ג€Dedicatedג€.
  • E. The instance type belongs to the d2, i2 or i3 instance type.
#26 (Accuracy: 100% / 1 votes)
If you want to launch Amazon Elastic Compute Cloud (EC2) Instances and assign each Instance a predetermined private IP address you should:
  • A. Assign a group or sequential Elastic IP address to the instances
  • B. Launch the instances in a Placement Group
  • C. Launch the instances in the Amazon virtual Private Cloud (VPC).
  • D. Use standard EC2 instances since each instance gets a private Domain Name Service (DNS) already
  • E. Launch the Instance from a private Amazon Machine image (Mil)
#27 (Accuracy: 100% / 1 votes)
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.
#28 (Accuracy: 100% / 1 votes)
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
#29 (Accuracy: 100% / 1 votes)
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.
#30 (Accuracy: 100% / 1 votes)
The compliance department within your multi-national organization requires that all data for your customers that reside in the European Union (EU) must not leave the EU and also data for customers that reside in the US must not leave the US without explicit authorization.
What must you do to comply with this requirement for a web based profile management application running on EC2?
  • A. Run EC2 instances in multiple AWS Availability Zones in single Region and leverage an Elastic Load Balancer with session stickiness to route traffic to the appropriate zone to create their profile
  • B. Run EC2 instances in multiple Regions and leverage Route 53's Latency Based Routing capabilities to route traffic to the appropriate region to create their profile
  • C. Run EC2 instances in multiple Regions and leverage a third party data provider to determine if a user needs to be redirect to the appropriate region to create their profile
  • D. Run EC2 instances in multiple AWS Availability Zones in a single Region and leverage a third party data provider to determine if a user needs to be redirect to the appropriate zone to create their profile