Abu Sayed
Musician | Singer | Lyricist | Composer | Music Producer | Web | Game | XR & Blockchain Developer
Tag Archives: Volume
Docker take away all picture, quantity, container

Right here I’m going to put in writing about eradicating docker photos, volumes and containers. To take action, to start with, you’ll want to shutdown the docker container. docker-compose down Enter fullscreen modeExit fullscreen mode After that, you possibly can comply with following methodology to take away required issues, # To take away all of…
AWS Infrastrucutre Upkeep Utilizing AWS Lambda and AWS EventBridge [EC2 instance daily ebs volume snapshots] [Part 1]
![AWS Infrastrucutre Maintenance Using AWS Lambda and AWS EventBridge [EC2 instance daily ebs volume snapshots] [Part 1]](https://i0.wp.com/sayed.work/wp-content/uploads/2022/03/AWS-Infrastrucutre-Maintenance-Using-AWS-Lambda-and-AWS-EventBridge-EC2.jpg?fit=1000%2C500&ssl=1)
Contents Summary Architecture diagram and high level overview of all the solutions Architecture diagram EC2 instance daily ebs volume snapshots EC2 instance daily ebs snapshot cleanup after X days EC2 instance daily unattached ebs volume cleanup after X days Deregister old EC2 Amazon machine images after X days AWS IAM permissions Permissions Trust relationship AWS…
How To Transfer an EBS quantity to a different area? – Study from Tutorial

How To Transfer an EBS quantity to a different area? Transferring volumes throughout two areas isn’t permitted, nevertheless, making a snapshot of a quantity after which transferring to a different area is allowed. Let’s have a look at how it’s achieved: Launch two cases in several areas( us-east-1 and us-west-1) Create a quantity within the…
Information High quality: Quantity, interdependencies can create huge issues – Full-Stack Dev

Information High quality: Quantity, interdependencies can create huge issues – Full-Stack Dev The rising mountains of information generated by organizations is actually staggering, so making certain that knowledge is of excellent high quality is a large problem. Because the Full-Stack Dev Information High quality Challenge 2021 has revealed, one space specifically that may give corporations…
The Area or Volume of Sphere – Python Dev Feed

The Area or Volume of Sphere # area_volume_sphere.py # This module has two functions in it. The first function calculates the area of a # sphere. The second function calculates the volume of a sphere. # by: Scott Gordon import math # Create a function to calculate the area of a sphere. def sphere_area(radius): area…
Docker Volume on NFS? – Learn from Tutorial

Docker Volume on NFS? No Problem. Did you know you can have your volumes on nfs server? Yes i know you can mount NFS folder on server and then on point docker volume to this folder, but i will show youhow to mount volume right with docker. Btw you can read more about docker storage…
EBS-Elastic Block Store, Creating Additional Volume – Learn from Tutorial

EBS-Elastic Block Store, Creating Additional Volume EBS is a storage volume for an EC2 instance. By default while creating EC2 instance root volume is used EBS is something like hard disk Root volumes are set to deleted when instance is terminated.In this case we can use additional volumes which can be attached and detached at…