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

preview_player
Показать описание
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
Рекомендации по теме
Комментарии
Автор

hi, sir, this is a very helpful video for you please make a video on spring boot project with MySQL database on AWS and deployed in u very much for this video...the video is simple to understand and nice explanation.

PappuKumar-hoek
Автор

as you mentioned the four ways 05:29, can you please tell us the procedure for continuous integration for deploying application on ec2

khasimshaik
Автор

yeahh bro thank you so much for this description but when i'm pushing the values to url it gives 404 error

ravirockyravindra
Автор

with your code the application is working fine, but when i am running on ec2 instance i am getting error "autowired injection failed". could you please help

khasimshaik
Автор

how can we hit this EC2 instance url from local machin's postman?(it is working fine from same EC2 instance postman)

shabinjose
welcome to shbcf.ru