| by Arround The Web

Amazon Linux 2022 Launched, Completely Re-based with Fedora

Amazon Linux 2022 is to be based upon Fedora Linux and available via AWS AMIs. Read on as we wrap up the announcement and express our views about this change in terms of the FOSS ecosystem.
The post Amazon Linux 2022 Launched, Completely Re-based with …

Share Button
Read More
| by Arround The Web

How to Create a VPC using Python Boto3 on Ubuntu

Boto3 is the Amazon Web Services (AWS) SDK for Python. It is the Python library that allows users or developers to create, configure, and manage AWS services and resources. In this tutorial, we’ll set up a VPC using Boto3.
The post How to Create …

Share Button
Read More
| by Arround The Web

Terraform: How to Install and Use It on AWS EC2

Terraform is an Infrastructure as Code (IaC) tool. It is used to build, manage and change infrastructure in a safe and repeatable way. In this article, we will see the steps to install Terraform on Ubuntu and use it to create a VPC on AWS cloud.
The po…

Share Button
Read More
| by Arround The Web

How to Use Cloudformation to Create a VPC on AWS

Using Cloudformation, we can create and manage AWS resources very easily.  Cloudformation can be used to manage all AWS resources using a text file. In this article, we will use Cloudformation to create a VPC with 2 Public and 2 Private Subnets.
The po…

Share Button
Read More
| by Arround The Web

What is EFS (Elastic File System) in AWS? And How Is It Used on Ubuntu?

Amazon Elastic File System(EFS) provides an NFS file system for use with AWS Cloud services and on-premises resources which is simple, scalable, fully managed. We can mount this file system either on AWS Cloud or our on-premises servers. In this article, we will focus on creating a simple EFS filesystem and mount it on an […]

The post What is EFS (Elastic File System) in AWS? And How Is It Used on Ubuntu? appeared first on Linux Today.

Share Button
Read More
| by Arround The Web

How to Install Docker on Amazon Linux 2

Learn how to install Docker and docker-compose on Amazon Linux 2 (AMI) and build sample applications running on AWS EC2/Lightsail VM cloud server.
The post How to Install Docker on Amazon Linux 2 appeared first on Linux Today.

Share Button
Read More
| by Arround The Web

How to Setup CentOS Stream from AWS Marketplace

In the current trend of IT Infrastructure, Cloud Computing occupies a tremendous role. Most of the top companies are looking for Cloud Providers to have their Infrastructure. As per our requirement, we can provision
The post How to Setup CentOS Stream …

Share Button
Read More
| by Scott Kilroy

What is Versioning and how to use it in AWS S3 bucket

Versioning is a means of keeping multiple variants of an object in the same bucket. You can use versioning to preserve, retrieve, and restore every version of every object stored in your Amazon S3 bucket. With versioning, you can easily recover from both unintended user actions and application failures. When you enable versioning for a […]

The post What is Versioning and how to use it in AWS S3 bucket appeared first on The Linux Juggernaut.

Share Button
Read More
| by Scott Kilroy

How to create a bucket and upload files to amazon s3

Amazon simple storage service (S3) is an object-based serverless storage service that Amazon provides. It allows to upload, store, and download any type of files and the subscriber has control over the accessibility of data, i.e. privately/publicly accessible. To configure s3, go to the amazon s3 console using this link After that, you can create […]

The post How to create a bucket and upload files to amazon s3 appeared first on The Linux Juggernaut.

Share Button
Read More
| by Arround The Web

12 Examples to Manage AWS Transit Gateway Route Table from CLI

Apart from the default route table that gets created when you create a transit gateway, you can also create additional route tables. This helps you to associate a specific attachment with a specific route table. The attachments can propagate their rout…

Share Button
Read More
| by Scott Kilroy

Prepare a docker container for AWS (elastic beanstalk)

cd to the directory containing your exported docker files, then run zip ../FILENAME.zip -r * .[^.]* This way kind of sucks, looking for a better way to do it.

Share Button
Read More