Question : Your company policies require encryption of sensitive data at rest. You are considering the possible options for protecting data while storing it at rest on an EBS data volume, attached to an EC2 instance. Which of these options would allow you to encrypt your data at rest? (Choose 3 answers)
A. Implement third party volume encryption tools B. Do nothing as EBS volumes are encrypted by default C. Encrypt data inside your applications before storing it on EBS D. Encrypt data using native data encryption drivers at the file system level E. Implement SSL/TLS for all services running on the server
Question : You currently operate a web application in the AWS US-East region. The application runs on an auto-scaled layer of EC instances and an RDS Multi-AZ database. Your IT security compliance officer has tasked you to develop a reliable and durable logging solution to track changes made to your EC2, IAM And RDS resources. The solution must ensure the integrity and confidentiality of your log data. Which of these solutions would you recommend? 1. Create a new CloudTrail trail with one new S3 bucket to store the logs and with the global services option selected. Use IAM roles S3 bucket policies and Multi Factor Authentication (MFA) Delete on the S3 bucket that stores your logs. 2. Create a new cloudTrail with one new S3 bucket to store the logs. Configure SNS to send log file delivery notifications to your management system. Use IAM roles and S3 bucket policies on the S3 bucket mat stores your logs. 3. Access Mostly Uused Products by 50000+ Subscribers 4. Create three new CloudTrail trails with three new S3 buckets to store the logs one for the AWS Management console, one for AWS SDKs and one for command line tools Use IAM roles and S3 bucket policies on the S3 buckets that store your logs.
Answer: 1
Explanation: As CloudTrail will be stored in S3, and to avoid any delete we should have IAM Role as well as MFA enabled. Hence option 2 and 4 is out. Between 1 and 3 , option 3 says ACL on S3. If you decide to use an existing bucket when you turn on CloudTrail for a new region, you might receive the error There is a problem with the bucket policy. If so, it is possible that your bucket policy does not enable access for the new region. For example, you might receive this error if your bucket policy supports only the us-east-1 (US East (N. Virginia)) and us-west-2 (US West (Oregon)) regions and you try to turn on your trail in ap-southeast-2 (Asia Pacific (Sydney))
You turn on CloudTrail on a per-region basis. If you use multiple AWS regions, you can choose where log files are delivered for each region. For example, you can have a separate Amazon S3 bucket for each region, or you can aggregate log files from all regions in a single S3 bucket. API calls for global AWS services such as AWS IAM and AWS STS are recorded and delivered by CloudTrail along with regional events. By default, CloudTrail delivers API calls for global services in every region.
Question : To serve Web traffic for a popular product. Your chief financial officer and IT director have purchased 10 ml large heavy utilization Reserved Instances (RIs) evenly spread across two availability zones. Route 53 is used to deliver the traffic to an Elastic Load Balancer (ELB). After several months, the product grows even more popular and you need additional capacity. As a result, your company purchases two C3.2xlarge medium utilization Reserved Instances. You register the two c3 2xlarge instances with your ELB and quickly find that the ml large instances are at 100% of capacity and the c3 2xlarge instances have significant capacity that's unused. Which option is the most cost effective and uses EC2 capacity most effectively?
1. Use a separate ELB for each instance type and distribute load to ELBs with Route 53 weighted round robin 2. Configure Autoscaning group and Launch Configuration with ELB to add up to 10 more on-demand mi large instances when triggered by Cloudwatch shut off c3 2xiarge instances 3. Access Mostly Uused Products by 50000+ Subscribers based routing and health checks shut off ELB 4. Configure ELB with two c3 2xiarge Instances and use on-demand Autoscailng group for up to two additional c3.2xlarge instances Shut on mi .large instances.
Answer:1
Explanation: As we can see here, all the capacity is not used. Hence, load distribution is not proper by ELB. There are various routing policy. We need to configure proper routing policy so that load can be distributed to all the nodes.
Weighted Routing Policy Use the weighted routing policy when you have multiple resources that perform the same function (for example, web servers that serve the same website) and you want Amazon Route 53 to route traffic to those resources in proportions that you specify (for example, 40% to one server and 60% to the other).
1. From the AWS Management Console, navigate to the Security Credentials page and retrieve the access and secret key for your account. 2. Create an IAM user within the enterprise account assign a user policy to the IAM user that allows only the actions required by the SaaS application create a new access and secret key for the user and provide these credentials to the SaaS provider. 3. Access Mostly Uused Products by 50000+ Subscribers SaaS application. 4. Create an IAM role for EC2 instances, assign it a policy that allows only the actions required for the Saas application to work, provide the role ARN to the SaaS provider to use when launching their application instances.