#devops
Read more stories on Hashnode
Articles with this tag
Here I will tell you what is S3 (simple storage service) and EBS(elastic block storage). What is S3 in aws? S3 define as a simple storage service...
S3 Bucket S3(simple storage service) is storage service provided by aws where you store virtually anything .You can store virtually any kind of data...
People are facing issue that . When they open CloudWatch the billing is missing in CloudWatch alarm section. So here is the solution and it worked...
Here is the fibonacci series in bash shell #!/bin/sh echo "Enter the n number you want : " read n echo i=0 j=1 sum=0 echo "$i" echo "$j" while [ $i...