Premium

AWS Certified SysOps Administrator - Associate Questions and Answers (Dumps and Practice Questions)



Question : What are characteristics of Amazon S?
Choose 2 answers
A. Objects are directly accessible via a URL
B. S3 should be used to host a relational database
C. S3 allows you to store objects or virtually unlimited size
D. S3 allows you to store virtually unlimited amounts of data
E. S3 offers Provisioned IOPS

  : What are characteristics of Amazon S?
1. A,C
2. C,D
3. Access Mostly Uused Products by 50000+ Subscribers
4. A,D
5. A,E


Correct Answer : Get Lastest Questions and Answer :

Explanation: Customers may use four mechanisms for controlling access to Amazon S3 resources: Identity and Access Management (IAM) policies, bucket policies, Access Control Lists (ACLs) and
query string authentication. IAM enables organizations with multiple employees to create and manage multiple users under a single AWS account. With IAM policies, companies can grant
IAM users fine-grained control to their Amazon S3 bucket or objects while also retaining full control over everything the users do. With bucket policies, companies can define rules
which apply broadly across all requests to their Amazon S3 resources, such as granting write privileges to a subset of Amazon S3 resources. Customers can also restrict access based
on an aspect of the request, such as HTTP referrer and IP address. With ACLs, customers can grant specific permissions (i.e. READ, WRITE, FULL_CONTROL) to specific users for an
individual bucket or object. With query string authentication, customers can create a URL to an Amazon S3 object which is only valid for a limited time
Amazon S3 provides a simple web services interface that you can use to store and retrieve any amount of data, at any time, from anywhere on the web. Using this web service,
developers can easily build applications that make use of Internet storage. Since Amazon S3 is highly scalable and you only pay for what you use, developers can start small and grow
their application as they wish, with no compromise on performance or reliability. It is designed to be highly flexible: Store any type and amount of data that you want; read the same
piece of data a million times or only for emergency disaster recovery; build a simple FTP application, or a sophisticated web application such as the Amazon.com retail web site.
Amazon S3 frees developers to focus on innovation, not figuring out how to store their data.






Question : You receive a frantic call from a new DBA who accidentally dropped a table containing all your
customers.
Which Amazon RDS feature will allow you to reliably restore your database to within 5 minutes of
when the mistake was made?
  : You receive a frantic call from a new DBA who accidentally dropped a table containing all your
1. Multi-AZ RDS
2. RDS snapshots
3. Access Mostly Uused Products by 50000+ Subscribers
4. RDS automated backup



Correct Answer : Get Lastest Questions and Answer :
Explanation: Amazon RDS can automatically back up all of your DB instances. You can set the backup retention period when you create a DB instance. If you don't set the
backup retention period, Amazon RDS uses a default period retention period of one day. You can modify the backup retention period; valid values are 0 (for no backup retention) to a
maximum of 35 days. Manual snapshot limits (50 per region) do not apply to automated backups.
Point-In-Time Recovery

In addition to the daily automated backup, Amazon RDS archives database change logs. This enables you to recover your database to any point in time during the backup retention
period, up to the last five minutes of database usage.
Amazon RDS provides two different methods for backing up and restoring your Amazon DB instances: automated backups and DB snapshots. Automated backups automatically back up your DB
instance during a specific, user-definable backup window, and keeps the backups for a limited, user-specified period of time (called the backup retention period); you can later
recover your database to any point in time during that retention period. DB snapshots are user-initiated backups that enable you to back up your DB instance to a known state, and
restore to that specific state at any time. Amazon RDS keeps all DB snapshots until you delete them.







Question : A media company produces new video files on-premises every day with a total size of around
100GBS after compression All files have a size of 1 -2 GB and need to be uploaded to Amazon S3
every night in a fixed time window between 3am and 5am Current upload takes almost 3 hours,
although less than half of the available bandwidth is used.
What step(s) would ensure that the file uploads are able to complete in the allotted time window?
  :  A media company produces new video files on-premises every day with a total size of around
1. Increase your network bandwidth to provide faster throughput to S3
2. Upload the files in parallel to S3
3. Access Mostly Uused Products by 50000+ Subscribers

4. Use AWS Import/Export to transfer the video files



Correct Answer : Get Lastest Questions and Answer :
Explanation: Amazon S3 is clustered storage service of Amazon. It is designed to make web-scale computing easier. Amazon S3 provides a simple web services interface that
can be used to store and retrieve any amount of data, at any time, from anywhere on the web. It gives any developer access to the same highly scalable, reliable, secure, fast,
inexpensive infrastructure that Amazon uses to run its own global network of web sites. The service aims to maximize benefits of scale and to pass those benefits on to developers.
For using Amazon services, you'll need your AWS access key identifiers, which AWS assigned you when you created your AWS account. The following are the AWS access key identifiers:
AWS Import/Export should be use as a one time upload not on a regular basis.




Related Questions


Question : You have an Auto Scaling group associated with an Elastic Load Balancer (ELB). You have noticed that instances launched via the Auto Scaling group are being marked
unhealthy due to an ELB health check, but these unhealthy instances are not being terminated What do you need to do to ensure trial instances marked unhealthy by the ELB will be
terminated and replaced?
  : You have an Auto Scaling group associated with an Elastic Load Balancer (ELB). You have noticed that instances launched via the Auto Scaling group are being marked
1. Change the thresholds set on the Auto Scaling group health check
2. Add an Elastic Load Balancing health check to your Auto Scaling group
3. Access Mostly Uused Products by 50000+ Subscribers
4. Change the health check set on the Elastic Load Balancer to use TCP rather than HTTP checks



Question : Which two AWS services provide out-of-the-box user configurable automatic backup-as-a-service and backup rotation options?

Choose 2 answers
A. Amazon S3
B. Amazon RDS
C. Amazon EBS
D. Amazon Red shift


  : Which two AWS services provide out-of-the-box user configurable automatic backup-as-a-service and backup rotation options?
1. A,B
2. B,C
3. Access Mostly Uused Products by 50000+ Subscribers
4. C,D
5. A,C


Question : An organization has configured a VPC with an Internet Gateway (IGW) pairs of public and private subnets (each with one subnet per Availability Zone), and an Elastic
Load Balancer (ELB) configured to use the public subnets. The applications web tier leverages the ELB, Auto Scaling and a multi-AZ RDS database instance. The organization would like
to eliminate any potential single points of failure in this design. What step should you take to achieve this organization's objective?
  : An organization has configured a VPC with an Internet Gateway (IGW) pairs of public and private subnets (each with one subnet per Availability Zone), and an Elastic
1. Nothing, there are no single points of failure in this architecture.
2. Create and attach a second IGW to provide redundant internet connectivity.
3. Access Mostly Uused Products by 50000+ Subscribers
4. Create a second multi-AZ RDS instance in another Availability Zone and configurereplication to provide a redundant database.


Question : Which of the following are characteristics of Amazon VPC subnets?

Choose 2 answers
A. Each subnet maps to a single Availability Zone
B. A CIDR block mask of /25 is the smallest range supported
C. Instances in a private subnet can communicate with the internet only if they have an Elastic IP.
D. By default, all subnets can route between each other, whether they are private or public
E. Each subnet spans at least 2 Availability zones to provide a high-availability environment


  : Which of the following are characteristics of Amazon VPC subnets?
1. A,B
2. A,D
3. Access Mostly Uused Products by 50000+ Subscribers
4. C,E
5. A,E



Question : When an EC instance that is backed by an S-based AMI Is terminated, what happens to the data on the root volume?
  :  When an EC instance that is backed by an S-based AMI Is terminated, what happens to the data on the root volume?
1. Data is automatically saved as an EBS volume.
2. Data is automatically saved as an EBS snapshot.
3. Access Mostly Uused Products by 50000+ Subscribers
4. Data is unavailable until the instance is restarted



Question : You are creating an Auto Scaling group whose Instances need to insert a custom metric into CloudWatch.
Which method would be the best way to authenticate your CloudWatch PUT request?
  : You are creating an Auto Scaling group whose Instances need to insert a custom metric into CloudWatch.
1. Create an IAM role with the PutMetricData permission and modify the Auto Scaling launch configuration to launch instances in that role
2. Create an IAM user with the PutMetricData permission and modify the Auto Scaling launch configuration to inject the userscredentials into the instance User Data
3. Access Mostly Uused Products by 50000+ Subscribers
4. Create an IAM user with the PutMetricData permission and put the credentials in a private repository and have applications on the server pull the credentials as needed