AWS Certified Security: Specialty overview

Table Of Contents

AWS Certified Security: Specialty

Overview

The AWS Certified Security: Specialty is geared towards individuals who focus primarily on security within AWS. I found that as a solutions architect, it is extremely important to have security at the forefront of my mind while building. Building an environment secure initially reduces the risk of failing compliance and potential exploitation at production launch.

Exam components

I found that an exam-taker should focus heavily on the following resources:

Exam components (AWS Documentation)

AWS KMS

AWS Key Management Service


AWS IAM

AWS Identity and Access Management (IAM)


Amazon EC2

Amazon Elastic Compute Cloud


AWS Cloudtrail

AWS Cloudtrail


Amazon CloudWatch Events

Amazon CloudWatch Events


Amazon Inspector

Amazon Inspector


AWS WAF

AWS Web Application Firewall


AWS Shield

AWS Shield


AWS Config

AWS Config


AWS Organizations

AWS Organizations


Training Resources

The following training resources helped prepare for the above components:

Share :

Related Posts

Extending AWS CLI using aws-shell

Do you yearn for auto-completion and manual pages (automatically) within the AWS CLI tool? Look no more, as aws-shell is here to save (or shell?) the day.

Read More
Reduce AWS costs while maintaining stable operations using this one weird trick!

Reduce AWS costs while maintaining stable operations using this one weird trick!

aws-auto-cleanup Functional Requirements Reduce operational run-time of resources used within an AWS account for testing\development Reduce cost due to deployed resources Ability to whitelist AWS resources that need to be retained Operating Cost < $2.00/mo for the following:

Read More
Using Hugo & AWS CodePipeline, CodeBuild, CloudFront & S3 to deploy a static site

Using Hugo & AWS CodePipeline, CodeBuild, CloudFront & S3 to deploy a static site

Retrospective: blog deployment model Goal Deploy a personal blog (in this case, troydieter.com) using the below requirements. I’ve used other deployment models, such as CI/CD pipelines – namely Jenkins to deploy static sites. Previous to the below approach, Ghost blog was used in conjunction with Nginx.

Read More