filmov
tv
Amazon Web Services | Deploy Spring Boot with AWS DynamoDB into EC2 | Example | Simple Programming

Показать описание
Welcome to Simple Programming
Deploy Spring Boot with AWS DynamoDB into EC2
In this video, let us see how to deploy a Spring Boot DynamoDB application into Amazon Web Services Elastic Compute Cloud EC2
how does this communication between the Ec2 instance and DynamoDB happen?
By default, communications to and from DynamoDB use the HTTPS protocol
That is request from the EC2 instance will go into the public internet and then will access the DynamoDB endpoint over the HTTP
Many customers have legitimate privacy and security concerns about sending and receiving data across the public Internet
this is where a VPC endpoints for DynamoDB comes into picture
A VPC endpoint for DynamoDB enables Amazon EC2 instances in your VPC to use their private IP addresses to access DynamoDB with no exposure to the public Internet. Your EC2 instances do not require public IP addresses, and you do not need an Internet gateway, a NAT device, or a virtual private gateway in your VPC. You use endpoint policies to control access to DynamoDB. Traffic between your VPC and the AWS service does not leave the Amazon network.
pretty cool right. Let us take a look at how to configure that in the next video
thanks for watching and please subscribe for more such videos
Deploy Spring Boot with AWS DynamoDB into EC2
In this video, let us see how to deploy a Spring Boot DynamoDB application into Amazon Web Services Elastic Compute Cloud EC2
how does this communication between the Ec2 instance and DynamoDB happen?
By default, communications to and from DynamoDB use the HTTPS protocol
That is request from the EC2 instance will go into the public internet and then will access the DynamoDB endpoint over the HTTP
Many customers have legitimate privacy and security concerns about sending and receiving data across the public Internet
this is where a VPC endpoints for DynamoDB comes into picture
A VPC endpoint for DynamoDB enables Amazon EC2 instances in your VPC to use their private IP addresses to access DynamoDB with no exposure to the public Internet. Your EC2 instances do not require public IP addresses, and you do not need an Internet gateway, a NAT device, or a virtual private gateway in your VPC. You use endpoint policies to control access to DynamoDB. Traffic between your VPC and the AWS service does not leave the Amazon network.
pretty cool right. Let us take a look at how to configure that in the next video
thanks for watching and please subscribe for more such videos
Комментарии