Certification Prep: https://aws.amazon.com/certification/certification-prep/
Solutions Architect: https://aws.amazon.com/training/course-descriptions/architect/ https://aws.amazon.com/certification/certified-solutions-architect-associate/
Reading Materials:
Exam Tips
- https://acloud.guru/forums/aws-certified-solutions-architect-associate/discussion/-KKr5HCv2bzH3EOBSUAt/my_path_to_solutions_architect
- http://cantrill.io/certification/aws/2016/03/27/how-to-pass-AWS-certifications.html
- https://www.cozero.com.au/news/2017/424-things-you-should-know-about-aws.html
- https://acloud.guru/forums/aws-certified-solutions-architect-associate/discussion/-KSDNs4nfg5ikp6yBN9l/exam_feedback
- read CloudGuru forums
- https://www.linkedin.com/pulse/how-get-all-aws-certifications-asia-wong-chun-yin-cyrus-%E9%BB%83%E4%BF%8A%E5%BD%A5-/
Interesting links: Breaking the monolith: https://aws.amazon.com/getting-started/container-microservices-tutorial/ Make diagrams: https://draw.io
h3. S3 https://aws.amazon.com/s3/faqs/
- Manage Access to Your S3 Resources: http://docs.aws.amazon.com/AmazonS3/latest/dev/intro-managing-access-s3-resources.html
- Log Requests to Your Bucket: http://docs.aws.amazon.com/AmazonS3/latest/UG/ManagingBucketLogging.html To manage the lifecycle of an object, we provide the ability to automatically delete or transition objects to Glacier: http://docs.aws.amazon.com/AmazonS3/latest/dev/object-lifecycle-mgmt.html To get started with event driven workflows, you can configure Amazon S3 Event Notifications: http://docs.aws.amazon.com/AmazonS3/latest/dev/NotificationHowTo.html S3 also supports many use cases like running a web service/application or running enterprise applications. We have several narratives that can help you on this journey like:
- Host a Static Website: http://docs.aws.amazon.com/AmazonS3/latest/dev/WebsiteHosting.html
- Monitor Storage Metrics with Amazon CloudWatch: http://docs.aws.amazon.com/AmazonS3/latest/dev/cloudwatch-monitoring.html
- Programmatically Access S3 with the AWS Command Line Interface: http://docs.aws.amazon.com/cli/latest/userguide/cli-chap-getting-set-up.html
- Optimize Performance for High Request Rates (More Than 100 Requests per Second): http://docs.aws.amazon.com/AmazonS3/latest/dev/request-rate-perf-considerations.html https://aws.amazon.com/answers/infrastructure-management/crr-monitor/
02/11
EC2 intro 2
Re-review EC2 intro 1 - it has different availability of EC2 instance which I have forgotten, for example: spot vs dedicated etc2.
EBS is a storage volume that you can attach to EC2 instance - it's block based.
Exam tips:
Know the difference between on demand, spot, reserved, dedicated hosts - pricing ect - which is better?
remember with spot instance you need to pay when you terminate it yourselves - but if AWS terminate it - you got it for free.
EBS types:
You cannot mount 1 EBS volume to multiple EC2 instances, instead use EFS (Elastic File System).
EC2 instance types: DR. McGift PX -> 10 different instance types - Oh dear
Lec 29 - EC 2 - Lab 1
When configuring / launching an EC2 instance - under advanced details, you have user data - this is the bootscript - which useful to tell the instance to install softwares for example (kind of like ansible eh?) - can i use ansibe to provision an EC2? well apparently you can -> http://docs.ansible.com/ansible/latest/guide_aws.html
Could be an important exam topic - if you terminate EC2 instance what happens to the EBS volume - if you tick delete on EC2 termination checkbox when you set this up - then it will be deleted (duh) - it is the default. root volume is where the os gonna be boot up from.
Ryan says in AWS tag everything - he said it's useful for cost control. Don't just tag the name - tag department, person etc2 - super useful to track down the cost.
Lec 30 - EC2 - Lab 2
Oh just worked out reserved instance is pretty cool - it can be quite cost effective actually.
Things to remember in the exam: