Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# | |
# 1. create a EC2 instance with public IP | |
# 2. create a A RR in route53 pointing your.domain.com to the public IP | |
# 3. make sure HTTP/HTTPS ports(80 443) are public to all in security group of this EC2 instance | |
# 4. make sure docker daemon is running in this EC2 instance | |
# 5. run this script ! | |
# 6. keys/cert will be generated under /root/letsencrypt/etc/live/ | |
mkdir -p /root/letsencrypt/log /root/letsencrypt/lib /root/letsencrypt/etc |
Those are my personal notes on AWS Solution Architect certification preparation. Hope you find them usefull.
To pass AWS certification, you should have:
- Sound knowledge about most of the AWS services ( EC2, VPC, RDS, Cloudfront, S3, Route53 etc,)
- Hands on experience with AWS services.
- Good knowledge of disaster recovery, security and High availability architectures.
If you do not have prior hands-on experience and knowledge or you have little knowledge about AWS services, it is better to take an online course. If you already have experience in architecting solutions on AWS it is not necessary to take an online course.