SMShino Mathewinblog.iamshino.com·Jun 22, 2022 · 5 min readA Hard Learned Lesson on AWS DataSyncAWS DataSync is a powerful service to move data between a range of sources and destinations. Being a managed service, it frees us from having to manage and maintain the infrastructure as well as the data transfer logic. While experimenting with AWS D...00
SMShino Mathewinblog.iamshino.com·Jun 1, 2022 · 2 min readUpdating files in Amazon EFS - Part 3Scenario - From Network Fileshare/device This is the scenario where the files are generated or updated to some file share/network drives. EC2 instance Sometimes, the the files may be generated to a network device that your VPC may have access to, lik...00
SMShino Mathewinblog.iamshino.com·May 15, 2022 · 3 min readUpdating files in Amazon EFS - Part 2The first part of this blog series discusses updating EFS placed in private subnet using AWS CodePipeline. This post discusses achieving the same using a lambda function as the heart of the solution. Using Lambda function - High Level Have the files...00
SMShino Mathewinblog.iamshino.com·May 1, 2022 · 2 min readUpdating files in Amazon EFS - Part 1Amazon EFS is a widely used AWS service. Be it applications running in EC2 instances or containers or serverless apps, EFS provide the 'external file storage' or a 'shared file storage' capability. Since the same EFS can be mounted from different pla...00
SMShino Mathewinblog.iamshino.com·Apr 10, 2022 · 7 min readECS Deployment using docker-composeMany tools and applications publish their docker images to docker hub and other public repositories, and many of them supply a docker-compose file to help with a boiler plate deployment. Those are helpful when you are playing around with the applicat...00