exam questions

Exam AWS Certified Solutions Architect - Professional All Questions

View all questions & answers for the AWS Certified Solutions Architect - Professional exam

Exam AWS Certified Solutions Architect - Professional topic 1 question 696 discussion

A company is deploying a public-facing global application on AWS using Amazon CloudFront. The application communicates with an external system. A solutions architect needs to ensure the data is secured during end-to-end transit and at rest.
Which combination of steps will satisfy these requirements? (Choose three.)

  • A. Create a public certificate for the required domain in AWS Certificate Manager and deploy it to CloudFront, an Application Load Balancer, and Amazon EC2 instances.
  • B. Acquire a public certificate from a third-party vendor and deploy it to CloudFront, an Application Load Balancer, and Amazon EC2 instances.
  • C. Provision Amazon EBS encrypted volumes using AWS KMS and ensure explicit encryption of data when writing to Amazon EBS.
  • D. Provision Amazon EBS encrypted volumes using AWS KMS.
  • E. Use SSL or encrypt data while communicating with the external system using a VPN.
  • F. Communicate with the external system using plaintext and use the VPN to encrypt the data in transit.
Show Suggested Answer Hide Answer
Suggested Answer: ACE 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
SD13
Highly Voted 3 years, 8 months ago
Correct Options: BDE C is asking for explicit encryption on top of EBS encryption with KMS, I believe it's not needed.
upvoted 17 times
certainly
3 years, 8 months ago
I Agree. explicit encryption on top of EBS encryption with KMS just sounds weird
upvoted 1 times
...
tuananhngo
3 years, 7 months ago
A IS BETTER THAN B
upvoted 3 times
WhyIronMan
3 years, 7 months ago
A is wrong because public ACM certificates can be used only with specific AWS services. EC2 is not included https://docs.aws.amazon.com/acm/latest/userguide/acm-services.html
upvoted 18 times
...
...
...
eji
Highly Voted 3 years, 8 months ago
BDE for me, we cannot use "public" certificate for ec2 from amazon certificate manager, so A cannot be the answer. and for C i agree with SD13 i think explicit encryption it's not needed
upvoted 9 times
...
due
Most Recent 2 years, 7 months ago
vote BDE
upvoted 1 times
...
dcdcdc3
2 years, 8 months ago
IRL we use self-signed cert between LB and the ec2 (or private from ACM). The way the answer is written A cannot be true.
upvoted 1 times
...
cldy
3 years, 6 months ago
B. Acquire a public certificate from a third-party vendor and deploy it to CloudFront, an Application Load Balancer, and Amazon EC2 instances. D. Provision Amazon EBS encrypted volumes using AWS KMS. E. Use SSL or encrypt data while communicating with the external system using a VPN.
upvoted 1 times
...
acloudguru
3 years, 6 months ago
Selected Answer: BDE
A is wrong because public ACM certificates can be used only with specific AWS services. EC2 is not included https://docs.aws.amazon.com/acm/latest/userguide/acm-services.html C is asking for explicit encryption on top of EBS encryption with KMS, I believe it's not needed.
upvoted 2 times
...
student22
3 years, 7 months ago
B,D,E --- Q: With which AWS services can I use ACM certificates? You can use public and private ACM certificates with the following AWS services: • Elastic Load Balancing – Refer to the Elastic Load Balancing documentation • Amazon CloudFront – Refer to the CloudFront documentation • Amazon API Gateway – Refer to the API Gateway documentation • AWS Elastic Beanstalk – Refer to the AWS Elastic Beanstalk documentation • AWS CloudFormation – Support is currently limited to public certificates that use email validation. Refer to the AWS CloudFormation documentation In addition, you can use private certificates issued with ACM Private CA with EC2 instances, containers, IoT devices, and on your own servers. https://aws.amazon.com/certificate-manager/faqs/?nc1=h_ls
upvoted 3 times
...
andylogan
3 years, 7 months ago
It's B D E
upvoted 1 times
...
tgv
3 years, 7 months ago
BBB DDD EEE --- https://aws.amazon.com/certificate-manager/faqs/
upvoted 1 times
...
blackgamer
3 years, 7 months ago
BDE is correct.
upvoted 1 times
...
WhyIronMan
3 years, 7 months ago
I'll go with B,D,E Q: Can I use certificates on Amazon EC2 instances or on my own servers? You can use private certificates issued with ACM Private CA with EC2 instances, containers, and on your own servers. At this time, public ACM certificates can be used only with specific AWS services. See With which AWS services can I use ACM certificates? https://aws.amazon.com/certificate-manager/faqs/?nc1=h_ls
upvoted 3 times
...
DashL
3 years, 7 months ago
BDE For those answering ADE: HTTPS between viewers and CloudFront – You can use a certificate that was issued by a trusted certificate authority (CA) such as Comodo, DigiCert, or Symantec, or you can use a certificate provided by AWS Certificate Manager (ACM). HTTPS between CloudFront and a custom origin – If the origin is not an Elastic Load Balancing (ELB) load balancer, such as Amazon EC2, the certificate must be issued by a trusted CA such as Comodo, DigiCert, or Symantec. If your origin is an ELB load balancer, you can also use a certificate provided by ACM. For SSL Between ELB and EC2: Amazon-issued certificates can’t be installed on an EC2 instance. To enable end-to-end encryption, you must use a third-party SSL certificate. Install the third-party certificate on an EC2 instance. Then, associate the third-party certificate with a load balancer by importing it into AWS Certificate Manager (ACM) (https://aws.amazon.com/premiumsupport/knowledge-center/acm-ssl-certificate-ec2-elb/) The requirement of 3rd party cert between ELB and EC2 makes Option A is invalid.
upvoted 4 times
...
hk436
3 years, 7 months ago
BDE are my answers!!
upvoted 2 times
...
chkmtess
3 years, 7 months ago
BDE Explanation for B - "You can't export an Amazon Issued ACM public certificate for use on an EC2 instance because ACM manages the private key." https://aws.amazon.com/premiumsupport/knowledge-center/configure-acm-certificates-ec2/
upvoted 3 times
ogryzek
3 years, 7 months ago
What about get-certificate . Doesn't it export cert with whole chain. For me it is still AC https://docs.aws.amazon.com/cli/latest/reference/acm/get-certificate.html
upvoted 1 times
...
...
TonyGe
3 years, 7 months ago
BED for sure. A is incorrect, public cert cannot be used in EC2.
upvoted 2 times
...
ElreySham
3 years, 7 months ago
You generate the certificate for CF. Answer is ADE.
upvoted 1 times
...
Waiweng
3 years, 8 months ago
it's A,D,E
upvoted 3 times
WhyIronMan
3 years, 7 months ago
A is wrong because public ACM certificates can be used only with specific AWS services. EC2 is not included https://docs.aws.amazon.com/acm/latest/userguide/acm-services.html
upvoted 3 times
...
Kopa
3 years, 7 months ago
Can you please argument why its A? Thanks
upvoted 1 times
...
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...