---
title: Cloud Infrastructure
description: A guide to launching EC2 instances and working with S3 buckets on AWS.
author: Eliy Yang
published: 2026-02-20
---

# Cloud Infrastructure

## Launching an EC2 Instance
- Log into the AWS Console
- Navigate to EC2 and click "Launch Instance"
- Select your instance type
- Configure security groups
- Launch the instance

## S3 Buckets
- Navigate to S3 in the AWS Console
- Click "Create Bucket" and give it a name
- Set permissions and access settings
- Upload files to the bucket
