ferozekhanhighcloud.hashnode.dev·Sep 24, 2024Automatically deploy your Resume Web Application to an AWS Static Website with Gitlab CI/CD PipelineFor the purpose of this demo, I have already created a simple HTML based Resume App that is available HERE. Feel free to download the GitLab repository and modify as per your own requirements and profiling. You may use any other similar HTML project ...AWS
Gopinath Jgopinathblog.hashnode.dev·Apr 4, 2024Aws S3 - A Complete GuideAmazon S3, or Simple Storage Service, is a global storage service that allows access to stored data from anywhere, provided the correct access permissions are in place. In S3, all data is stored as objects, and these objects are organized into bucket...aws complete guide
Sandhya Deotaresandydevops4.hashnode.dev·Mar 14, 2024Unlocking the Power of S3: Programmatic Access with AWS CLIIntroduction Welcome to a journey into the heart of Amazon Web Services (AWS), where we'll unravel the intricacies of Amazon Simple Storage Service (S3) and learn how to harness its power through the AWS Command Line Interface (CLI). In this comprehe...1 likeDevops
Manoj Bagalmanojbagal.hashnode.dev·Jan 26, 2024#36daysAWS - Day 4Day 4: Amazon S3 - Simple Storage Service Welcome back, cloud crusaders! Today, we embark on a journey to the vast celestial storage plains – the domain of the mighty Amazon S3! Think of it as your cosmic vault, bursting with possibilities, where you...AWS
yasaswini dharmavaramyasaswinidharmavaram.hashnode.dev·Jan 16, 2024Day-9:Amazon Simple Storage Service (S3)Introduction to S3: Amazon Simple Storage Service (S3) stands out as a powerful and scalable object storage service offered by Amazon Web Services (AWS). Creating an S3 bucket is one of the fundamental steps to leverage the capabilities of AWS storag...S3
Aishwary Prakashaishwaryprakash98.hashnode.dev·Nov 25, 2023DevOps Interview: Taking backup of Mysql db and store backup in AWS S3 using Ansible PlaybookThe primary objective is to automate the process of taking backups of a MySQL database. Storing backups securely is important for disaster recovery. AWS S3 (Simple Storage Service) is a reliable and scalable object storage service offered by Amazon W...AWS_S3