AWS, DevOps

Database Migration using AWS Database Migration Service (DMS)

AWS DMS is a web service that is used to migrate the databases to and from an Amazon RDS DB instance, or a database on an Amazon EC2 instance, or on-premises. We can migrate data between homogenous or heterogeneous database engines. One of the two endpoints must always be in AWS. The source and target database may be in same VPC or in...

by Shivam Agrawal
Tag: vpc
29-Aug-2016

AWS, DevOps

Python Borrowing Resources using Fabric

In my previous blog post, I wrote about Cost Optimizations for the various AWS resources. The script consisted of six methods and the overall time required for the script to execute was roughly about 15-20 mins. While the script is running, it used to slow down my system. Also, there was a time consumption due to many reasons like...

by Aman Jain
Tag: vpc
18-Jul-2016

AWS, DevOps

6 Tips for AWS Cost Optimization

As we know AWS provides a good edge in terms of cost over the on-premises data center or in a co-location environment with its On Demand and Reserved pricing. As it is rightly said "Reducing the overall cost is a high priority" and it is true for any organization whether big or small. By using AWS we can lower the IT costs, compute...

by Aman Jain
Tag: vpc
30-Jun-2016

AWS, DevOps

AWS Security Re-Check

Security is of prime importance for any cloud vendor including AWS. AWS follows a Shared Responsibility Model for security. As the name Shared Responsibility Model suggests, security on AWS is not the sole responsibility of either AWS or the customer. It is a combined effort from both parties. The responsibility of AWS includes providing...

by Sakshi Singhal
Tag: vpc
23-Jun-2016

AWS

SSH tunneling with AWS private subnet

It has been a long time while I was working over the project where we required accessing Rabbit MQ dashboard. I know accessing the Rabbit MQ is not the difficult task but my scenario was bit complex. Scenario: I was supposed to access Rabbit MQ dashboard from AWS Linux machine which is placed in the private subnet of VPC (AWS) with no...

by Prashant Sharma
Tag: vpc
10-Jul-2015

AWS

Migrate Elastic IP Address from EC2-Classic to EC2-VPC

In my recent use case , I thought of migrating EC2 classic elastic IP from EC2 classic to EC2-VPC. So now Amazon does provide this feature to migrate Ip form EC2 classic to EC2 VPC but not sure when it was released. As of know it can be only done using EC2 Query API or AWS CLI. Moreover there are some key points needs to be focused are...

by Prashant Sharma
Tag: vpc
19-Jun-2015

AWS

VPC Peering In AWS Cloud

So what is AWS VPC Peering ? A VPC peering connection is basically a networking connection between two VPCs that enables you to route traffic between them using private IP addresses. Basics of VPC Peering So what does it take to make a VPC peering connection ? Firstly the owner of the requester VPC sends a request to the owner of...

by Ranvijay Jamwal
Tag: vpc
19-Mar-2015