1.
Amazon S3 allows you to set per-file permissions to grant read and/or write access. You want an entire bucket (which already has a 100 files in it) to be made accessible to the public. What is the best way to provide access without going through the 100 files individually and setting the required permissions?
2.
We have some private servers on premise and have distributed some of the workload on the public cloud, what is this architecture called?
3.
In VPCs with private and public subnets, database servers should ideally be launched into:
4.
Which is an operational process performed by AWS for data security
5.
For an EC2 instance launched in a private subnet in VPC, which of the following are the options for it to be able to connect to the internet (assume security groups have proper ports open)
6.
You need to configure an Amazon S3 bucket to serve static assets for your public-facing web application. Which method will ensure that all objects uploaded to the bucket are set to public read?
7.
A customer implemented AWS Storage Gateway with a gateway-cached volume at their main office. An event takes the link between the main and branch office offline. Which methods will enable the branch office to access their data?
8.
When you need to move data over long distances using the internet, for instance across countries or continents to your Amazon S3 bucket, which method or service will you use?
9.
If I launch a standby RDS instance, will it be in the same Availability Zone as my primary?
10.
Your company’s branch offices are all over the world, they use a software with a multi-regional deployment on AWS, they use MySQL 5.6 for data persistence. The task is to run an hourly batch process and read data from every region to compute cross-regional reports which will be distributed to all the branches. This should be done in the shortest time possible. How will you build the DB architecture in order to meet the requirements?