by Cndro | May 19, 2020 | AWS
Amazon Virtual Private Cloud, shortly known as Amazon VC or simply VPC, is a virtual network dedicated to your AWS account, that enables you to launch AWS resources to a virtual network you defined. It is the networking layer of your Amazon EC2. In this article, I...
by Cndro | May 7, 2020 | AWS
AWS Key Management Service (KMS) is an Amazon Web Services product that allows administrators to create, delete, and control keys that encrypt data stored in AWS databases and products. In this article, I am going to walk you through how to encrypt data using the AWS...
by Cndro | May 6, 2020 | AWS
Data encryption is basically the process of securing information in a way that it can only be accessed by a specific key. In this article, I am going to show you how to encrypt your s3 bucket using the s3 server-side encryption (SSE-S3). You can choose to create a new...