VPC and Subnets

0 votes
I am trying to link my mobile app to AWS RDS.

I want my users to be able to access the Database from anywhere. Is there a way where a VPC and Subnet are allowing me access to the database or my users?
Nov 15, 2018 in AWS by Jino
• 5,810 points
558 views

1 answer to this question.

0 votes

Setup an EC2 instance (Use this as a JumpBox/Bastion Host) which can connect to the RDS and keep RDS on a private subnet. To access the Database, login to the EC2 server and do it. (Also you need to add the appropriate firewall rules by setting up the Security Group rules for the EC2 instance)

answered Nov 15, 2018 by findingbugs
• 3,260 points

Related Questions In AWS

0 votes
1 answer
0 votes
1 answer

How to create subnets in a vpc using boto3?

Here is the simple way of implementing ...READ MORE

answered Dec 5, 2018 in AWS by Shuvodip Ghosh
4,019 views
0 votes
1 answer

Unable to delete subnets in a VPC using boto3.

.terminate is used for instances and not ...READ MORE

answered Dec 5, 2018 in AWS by Shuvodip Ghosh
618 views
0 votes
1 answer

How to delete all the subnets from a VPC using boto3?

You can refer to this question here: https://www.edureka.co/community/32182/unable-to-delete-subnets-in-a-vpc-using-boto3 You ...READ MORE

answered Dec 5, 2018 in AWS by Shuvodip Ghosh
1,529 views
+1 vote
2 answers
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP