DEV Community

Michael Wahl for AWS Community Builders

Posted on

1

Cloud Compliance and Assurance Within Reach

For many organizations and teams today, Governance, Risk, and Compliance Challenges are at the top of already long lists.

Governance, Controls, and compliance may be needed and specific to the ones below just to name a few.

  • HIPPA
  • PCI-DSS
  • GDPR
  • SOC 2

I will walk you through some native AWS security services, that when bundled together can help you achieve compliance.

Before we go deeper into each AWS Security service, it may be helpful to first map the AWS services to lines of defense.

The first one up is managing our risks, below are the AWS services we can leverage.

As an example, you may have AWS S3 buckets, whether the S3 buckets are existing or are new ones created, you want to ensure the s3 buckets dont have public access enabled. You can use an AWS config managed rule, its created to evaluate and check whether the S3 bucket is compliant or not. If the S3 bucket does go out of compliance, the incident is logged and alert can also be configured.

  • AWS Config
  • AWS CloudTrail
  • AWS Systems Manager
  • AWS Control Tower
  • AWS License Manager

The second one up is overseeing our risks, below are the AWS services we can leverage.

By enabling security standards from AWS, CIS, or PCI DSS, you can quickly view the security score and the specific results of your environments when evaluated against the standard(s) you have enabled.

  • AWS Security Hub
  • Amazon CloudWatch

The third one, and maybe even the most important for audits and when asked, being able to prove you are in fact doing what you need to for compliance and regulation. For example, collecting the evidence needed to support an audit, this includes your controls, policies, and procedures.

For some organizations you may need to select the NIST, ISO or SOC2 framework for example. There is a framework library which allows you to easily search and select the framework you need for an audit.

  • AWS Audit Manager

Heroku

Simplify your DevOps and maximize your time.

Since 2007, Heroku has been the go-to platform for developers as it monitors uptime, performance, and infrastructure concerns, allowing you to focus on writing code.

Learn More

Top comments (0)

Best Practices for Running  Container WordPress on AWS (ECS, EFS, RDS, ELB) using CDK cover image

Best Practices for Running Container WordPress on AWS (ECS, EFS, RDS, ELB) using CDK

This post discusses the process of migrating a growing WordPress eShop business to AWS using AWS CDK for an easily scalable, high availability architecture. The detailed structure encompasses several pillars: Compute, Storage, Database, Cache, CDN, DNS, Security, and Backup.

Read full post