EC2 is the main computational element of the technological stack among the wide range of services that Amazon provides. By offering safe and scalable compute resources in the cloud, EC2 actually makes life simpler for developers. It substantially simplifies the process of scaling up or down, can be linked with…
Author: Sri Gayatri Mudimbi
Associating and disassociating AWS Elastic IP with EC2 Instance with Boto3
In this blog we are going to allocate an elastic IP and associate and disassociate it with an EC2 Instance by using AWS management console and boto3 python SDK. What are EC2 Instances: Amazon Elastic Compute Cloud – EC2 – a service offered by AWS allows users to rent virtual…
Amazon FSx for Windows File Server
In this article we will take a look at AWS FSx, a feature that has been a huge hit since its launch in reInvent 2018. FSx stands for File System server and enables us to set up our windows compatible file system with just few mouse clicks. File systems are…