🔐
AWS SCS-C01
  • Practice Test Scores
  • Domain 1 - Incident Response
    • Incident Response
    • Exposed AWS Access Keys
    • Compromised EC2 Instance
    • How do you report abuse of AWS resources?
    • GuardDuty
    • Penetration Testing
  • Domain 2 - Logging & Monitoring
    • Some Basics
    • Inspector
    • Security Hub
    • AWS WAF
    • Systems Manager
    • Systems Manager Features
    • CloudWatch Logs
    • Athena
    • CloudTrail
    • Config
    • Trusted Advisor
    • CloudTrail Log File Integrity
    • Macie
    • S3 Event Notifications
    • VPC Flow Logs
    • Centralized Logging Architecture
  • Domain 3 - Infrastructure Security
    • Bastion Hosts
    • Site-to-Site VPN
    • VPC Peering
    • VPC Endpoints
    • Network ACL
    • Firewall vs IPS vs IDS
    • EBS
    • CloudFront
    • Shield
    • Mitigating DDoS Attacks
    • EC2 Key Pair Troubleshooting
    • EC2 Tenancy
    • Artifact
    • Lambda@Edge
    • Simple Email Service (SES)
    • DNS Support in VPC
  • Domain 4 - Identity & Access Management
    • Organizations
    • IAM Policy Evaluation Logic
    • Understanding IAM Policies
    • IAM Tutorial: Delegate access across AWS accounts using IAM roles
    • External ID
    • iptables
    • IAM policy elements: Version
    • IAM policy elements: Variables and tags
    • Policy elements: Principal and NotPrincipal
    • IAM policy elements: Condition
    • Security Token Service (STS)
    • Identity federation in AWS
    • Enabling SAML for your AWS resources
    • Single Sign-On
    • Cognito
    • Directory Service
    • Trusts in Active Directory
    • Example S3 Bucket Policies
    • Cross-account access to S3 buckets using Resource-based policies and IAM policies
    • S3 Access Control Lists (ACLs)
    • Presigned URLs
    • S3 Versioning
    • S3 Cross-Region Replication (CRR)
    • S3 Object Lock
    • Configuring MFA-protected API access
    • IAM Permission Boundaries
  • Domain 5 - Data Protection
  • CloudHSM
  • Key Management Service (KMS)
  • Symmetric CMKs vs Asymmetric CMKs
  • Data Key Caching
  • Deleting KMS CMKs
  • Default KMS Key Policy
  • Managing access to KMS CMKs
  • KMS CMK Key Types
  • Rotating KMS CMKs
  • Example Key Policies for KMS Questions
  • KMS Grants
  • KMS CLI Commands
  • Importing key material in KMS
  • KMS Condition Keys
  • Migrating Encrypted KMS Data Across Regions
  • KMS Encryption Context
  • CloudHSM vs KMS
  • S3 Data Encryption
  • Application Load Balancer (ALB)
  • ELB Listeners Part 1
  • ELB Listeners Part 2
  • AWS Certificate Manager (ACM)
  • Glacier
  • DynamoDB Encryption
  • AWS Secrets Manager
  • Summaries
    • Domain 1
    • Domain 2
    • Domain 3
    • Domain 4
    • Domain 5
Powered by GitBook
On this page
  • Reduce Attack Surface Area
  • Plan for Scale
  • Know what is normal and abnormal traffic
  • Deploy Firewalls for Sophisticated Application attacks
  • Some of the key AWS services involved in DDoS attack mitigation:

Was this helpful?

  1. Domain 3 - Infrastructure Security

Mitigating DDoS Attacks

Reduce Attack Surface Area

  • Limit the options for attackers and allowing you to build protections in a single place.

  • For example, the application and database should not be on the same server and you can do this with services such as: SQS and Elastic BeanStalk.

Plan for Scale

  • Transit capacity - Make sure your hosting provider provides ample redundant Internet connectivity that allows you to handle large volumes of traffic.

  • Server capacity - Most DDoS attacks are volumetric attacks that use up a lot of resources, so it is important that you can quickly scale up or down on your computation resources.

  • For example, whenever CPU load is more than 70% in Application servers, automatically add one more Application server to meet the needs and you can do this with services such as: Elastic Load Balancer (ELB) and Auto Scaling.

Know what is normal and abnormal traffic

  • More advanced protection techniques can go one step further and intelligently only accept traffic that is legitimate by analysing the individual packets themselves.

  • To do this, you need to understand the characteristics of good traffic that the target usually receives and be able to compare each packet against this baseline.

  • For example, a website getting a huge surge in traffic in the middle of the night at 3 AM and you can do this with services such as: CloudWatch and SNS.

Deploy Firewalls for Sophisticated Application attacks

  • Create customized mitigations against illegitimate requests which could have common characteristics like disguising as good traffic or coming from bad IPs, unexpected geographies, etc.

  • At times it might also be helpful in mitigating attacks as they happen to get experienced support to study traffic patterns and create customized protections.

  • It is recommended to have at least AWS Business Support.

Some of the key AWS services involved in DDoS attack mitigation:

  • Shield

  • CloudFront

  • Route53

  • WAF

  • Elastic Load Balancing

  • VPC & Security Groups

PreviousShieldNextEC2 Key Pair Troubleshooting

Last updated 4 years ago

Was this helpful?