[AWS] PrivateLink

AWS PrivateLink connects your AWS services with other AWS services through a private tunnel.

  • PrivateLink secures data shared with cloud-based applications by eliminating the exposure of data to the public Internet.
  • PrivateLink allows access to AWS Services in a highly available way while keeping all the network traffic within the AWS network.
Continue reading “[AWS] PrivateLink”

[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”