Question 1
A retail company has multiple AWS accounts for each of its departments. Which of the following AWS
services can be used to set up consolidated billing and a single payment method for these AWS accounts?
AWS Secrets Manager
AWS Cost Explorer
AWS Budgets
AWS Organizations
Correct option:
AWS Organizations
AWS Organizations helps you to centrally manage billing; control access, compliance, and security; and
share resources across your AWS accounts. Using AWS Organizations, you can automate account creation,
create groups of accounts to reflect your business needs, and apply policies for these groups for governance.
You can also simplify billing by setting up a single payment method for all of your AWS accounts. AWS
Organizations is available to all AWS customers at no additional charge.
Incorrect options:
AWS Cost Explorer - AWS Cost Explorer has an easy-to-use interface that lets you visualize, understand, and
manage your AWS costs and usage over time. AWS Cost Explorer includes a default report that helps you
visualize the costs and usage associated with your top five cost-accruing AWS services, and gives you a
detailed breakdown of all services in the table view. The reports let you adjust the time range to view
historical data going back up to twelve months to gain an understanding of your cost trends. You cannot use
AWS Cost Explorer to set up consolidated billing and a single payment method for multiple AWS accounts.
AWS Budgets - AWS Budgets gives the ability to set custom budgets that alert you when your costs or usage
exceed (or are forecasted to exceed) your budgeted amount. You can also use AWS Budgets to set reservation
utilization or coverage targets and receive alerts when your utilization drops below the threshold you define.
Budgets can be created at the monthly, quarterly, or yearly level, and you can customize the start and end
dates. You can further refine your budget to track costs associated with multiple dimensions, such as AWS
service, linked account, tag, and others. You cannot use AWS Budgets to set up consolidated billing and a
single payment method for multiple AWS accounts.
AWS Secrets Manager - AWS Secrets Manager helps you protect secrets needed to access your applications,
services, and IT resources. The service enables you to easily rotate, manage, and retrieve database
credentials, API keys, and other secrets throughout their lifecycle. You cannot use AWS Secrets Manager to
set up consolidated billing and a single payment method for multiple AWS accounts.
Question 2
A startup is looking for 24x7 phone based technical support for its AWS account. Which of the following is
the MOST cost-effective AWS support plan for this use-case?
,AWS Business Support
AWS Enterprise Support
AWS Enterprise On-Ramp Support
AWS Developer Support
Correct option:
AWS offers four different support plans to cater to each of its customers - AWS Developer Support, AWS
Business Support, AWS Enterprise On-Ramp Support and AWS Enterprise Support plans. A basic support
plan is included for all AWS customers.
AWS Business Support - You should use the AWS Business Support plan if you have production workloads
on AWS and want 24x7 phone, email and chat access to technical support and architectural guidance in the
context of your specific use-cases. AWS Business Support plan is the MOST cost-effective option for the
given use-case.
Exam Alert:
Please review the differences between the AWS Developer Support, AWS Business Support, AWS Enterprise
On-Ramp Support and AWS Enterprise Support plans as you can expect at least a couple of questions on the
exam:
Incorrect options:
AWS Enterprise On-Ramp Support - You should use the AWS Enterprise On-Ramp Support plan if you have
production/business critical workloads in AWS and want 24x7 access to technical support and need expert
guidance to grow and optimize in the Cloud. AWS Enterprise On-Ramp Support plan provides 24x7 phone,
email and chat access to technical support however it's costlier than the AWS Business Support plan.
AWS Developer Support - You should use the AWS Developer Support plan if you are testing or doing early
development on AWS and want the ability to get email based technical support during business hours as well
as general architectural guidance as you build and test. This plan does not support 24x7 phone based
technical support.
AWS Enterprise Support - You should use the AWS Enterprise Support plan to provide customers with
concierge-like service where the main focus is helping the customer achieve their outcomes and find success
in the cloud. With AWS Enterprise Support plan, you get 24x7 technical support from high-quality engineers,
tools and technology to automatically manage the health of your environment, consultative architectural
guidance delivered in the context of your applications and use-cases, and a designated Technical Account
Manager (TAM) to coordinate access to proactive/preventative programs and AWS subject matter experts.
AWS Enterprise Support plan provides 24x7 phone, email and chat access to technical support however it's
costlier than the AWS Business Support plan.
Reference:
https://aws.amazon.com/premiumsupport/plans/
,Question 3
Due to regulatory and compliance reasons, an organization is supposed to use a hardware device for any data
encryption operations in the cloud. Which AWS service can be used to meet this compliance requirement?
AWS Trusted Advisor
AWS Secrets Manager
AWS Key Management Service (AWS KMS)
AWS CloudHSM
Correct option:
AWS CloudHSM
AWS CloudHSM is a cloud-based Hardware Security Module (HSM) that enables you to easily generate and
use your encryption keys on the AWS Cloud. With CloudHSM, you can manage your encryption keys using
FIPS 140-2 Level 3 validated HSMs. It is a fully-managed service that automates time-consuming
administrative tasks for you, such as hardware provisioning, software patching, high-availability, and
backups.
Incorrect options:
AWS Key Management Service (AWS KMS) - AWS Key Management Service (AWS KMS) makes it easy
for you to create and manage cryptographic keys and control their use across a wide range of AWS services
and in your applications. It is a secure and resilient service that uses hardware security modules that have
been validated under FIPS 140-2, or are in the process of being validated, to protect your keys. It cannot be
used as a Hardware Security Module for data encryption operations in AWS Cloud.
AWS Secrets Manager - AWS Secrets Manager helps you protect secrets needed to access your applications,
services, and IT resources. The service enables you to easily rotate, manage, and retrieve database credentials,
API keys, and other secrets throughout their lifecycle. Users and applications retrieve secrets with a call to
Secrets Manager APIs, eliminating the need to hardcode sensitive information in plain text. Secrets Manager
cannot be used as a Hardware Security Module for data encryption operations in AWS Cloud.
AWS Trusted Advisor - AWS Trusted Advisor is an online tool that provides you real-time guidance to help
you provision your resources following AWS best practices on cost optimization, security, fault tolerance,
service limits, and performance improvement. Whether establishing new workflows, developing applications,
or as part of ongoing improvement, recommendations provided by Trusted Advisor regularly help keep your
solutions provisioned optimally.
Reference:
https://aws.amazon.com/cloudhsm/
Question 4
Which of the following statement is correct for a Security Group and a Network Access Control List
(Network ACL)?
, Security Group acts as a firewall at the VPC level whereas Network Access Control List (Network ACL) acts
as a firewall at the Availability Zone (AZ) level
Security Group acts as a firewall at the Availability Zone (AZ) level whereas Network Access Control List
(Network ACL) acts as a firewall at the VPC level
Security Group acts as a firewall at the subnet level whereas Network Access Control List (Network ACL)
acts as a firewall at the instance level
Security Group acts as a firewall at the instance level whereas Network Access Control List (Network ACL)
acts as a firewall at the subnet level
Correct option:
Security Group acts as a firewall at the instance level whereas Network Access Control List (Network ACL)
acts as a firewall at the subnet level
A security group acts as a virtual firewall for your instance to control inbound and outbound traffic. When
you launch an instance in a VPC, you can assign up to five security groups to the instance. Security groups
act at the instance level, not the subnet level. A network access control list (network ACL) is an optional layer
of security for your VPC that acts as a firewall for controlling traffic in and out of one or more subnets (i.e. it
works at subnet level).
Incorrect options:
Security Group acts as a firewall at the subnet level whereas Network Access Control List (Network ACL)
acts as a firewall at the instance level - As explained above, the security group acts at the instance level and
network access control list (network ACL) is at the subnet level.
Security Group acts as a firewall at the VPC level whereas Network Access Control List (Network ACL) acts
as a firewall at the Availability Zone (AZ) level - As explained above, the security group acts at the instance
level and network access control list (network ACL) is at the subnet level.
Security Group acts as a firewall at the Availability Zone (AZ) level whereas Network Access Control List
(Network ACL) acts as a firewall at the VPC level - As explained above, the security group acts at the
instance level and network access control list (network ACL) is at the subnet level.
References:
https://docs.aws.amazon.com/vpc/latest/userguide/VPC_SecurityGroups.html
https://docs.aws.amazon.com/vpc/latest/userguide/vpc-network-acls.html
Question 5
What are the fundamental drivers of cost with AWS Cloud?
Compute, Storage and Outbound Data Transfer
Compute, Databases and Inbound Data Transfer
Compute, Storage and Inbound Data Transfer