[AWS] EC2 – Storage Options

  • Every EC2 instance must have a root volume, which may or may not be EBS (Elastic Block Store).
  • By default, an EBS root volume will be deleted when the instance is terminated. You can change the setting to make EBS volumes persistent.
  • You can attach additional EBS volumes to instances, and they are not deleted when the instance is terminated.
Continue reading “[AWS] EC2 – Storage Options”

[AWS] AWS WAF (Web Application Firewall)

WAF (Web Application Firewall) is a firewall service to protect web applications from common web exploit attacks such as SQL injection or Cross-Site Scripting. You can setup the rules to filter out malicious traffic.

Continue reading “[AWS] AWS WAF (Web Application Firewall)”

[AWS] Key Management Service (KMS)

Key Management Service (KMS) is a secure key management service (FIPS 140-2 level 2 validated). It helps you to create and control encryption keys that are used to encrypt and decrypt data. KMS also uses a HSM (Hardware Security Module) to protect the security of your keys.

KMS is integrated with most of other AWS services.

Continue reading “[AWS] Key Management Service (KMS)”