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

Sizing AWS EFS accordingly

AWS Elastic File System is a great tool for using shared storage in auto scaling group situations. There are two throughput modes to choose from for your file system, Bursting Throughput and Provisioned Throughput. With Bursting Throughput mode, throughput on Amazon EFS scales as the size of your file system in the standard storage class grows. EFS performance is well documented in this AWS knowledge base article, so we won’t get too in-depth here.

Read More
Use a password manager with multifactor authentication

Use a password manager with multifactor authentication

Use a password manager with multifactor authentication Find yourself overrun with passwords from various applications, websites and more? The answer is to move to utilizing a password manager, along with enabling multifactor authentication. I’ll briefly list a few of the password managers available, but will walkthrough the combination of LastPass + Virtual MFA (Yubikey 5 NFC). The below guide will allow you to securely store your passwords and have a backup in-case you lose access to your mobile device which will be housing Google Authenticator.

Read More
Deployment of HashiCorp Vault using Terraform

Deployment of HashiCorp Vault using Terraform

aws-vault Terraform deployment of HashiCorp Vault. This is a work in progress write-up and will change.

Read More