Sunday, 29 September 2024

Managing Amazon S3 Buckets

In our previous article, we learned how to deploy the S3 account in AWS; click here to learn about the S3 deployment. In this article, we will learn how to manage the S3 Bucket.

Deploying Elastic Compute Cloud (EC2) in AWS

The Elastic Compute Cloud (EC2) instances are virtual machines provided by Amazon Web Services (AWS).

EC2 provides a wide range of instance types, allowing users to select the size and configuration that best suits their needs.

We can launch EC2 instances on demand and scale up or down as needed to match our workload requirements.




Friday, 27 September 2024

Creating a Virtual Private Cloud (VPC) in AWS

 Virtual Private Cloud (VPC) lets you create a virtual network, select your own IP address range, create your own subnets, and configure your route tables and network gateways.

The Virtual Private Cloud (VPC) will be completely isolated from the other servers deployed in Amazon Web Services. Security groups and network access control lists will help us control the IP addresses of the virtual machines and route tables and gateways to the VPC.

 

Friday, 13 September 2024

AWS Challenge 2024



Join the Get AWS Certified: Associate Challenge before December 12, 2024, to receive your 50% discount voucher*.


Validate the skills and knowledge required for specific technical roles critical for organizations with workloads running on AWS. Associate-level AWS Certifications are a good starting point on the AWS Certification journey for IT and cloud professionals looking to build their careers as AWS Cloud professionals.
Follow this 4-step exam prep process to approach exam day with confidence:

  • Step 1: Get to know the exam and exam-style questions by reviewing the exam guide and taking the Official Practice Question Set.
  • Step 2: Refresh your AWS Knowledge and skills by reviewing resources available on AWS Skill Builder, our online learning center.
  • Step 3: Review and practice for your exam with digital training resources on AWS Skill Builder, available through this challenge.
  • Step 4: Assess your exam readiness by taking the full-length Official Practice Exam or Official Pretest.

Register Now

Thursday, 12 September 2024

Deploying Simple Storage Service (S3) Account in AWS

The AWS Storage account S3 is a container for storing files, images, videos, and other kinds of data. S3 reduces storage costs for rarely used data and doesn't require instant access.

Amazon S3 Standard

Amazon S3 Standard is designed for high usage, "hot" data storage, High capacity, and low latency.

Amazon S3 Standard Infrequent Access (IA)

  • Amazon S3 Infrequent Access is designed for data that requires less frequent access but longer storage time than S3 Standard.
  • Low delays, combined with high capacity and reliability, ensure the object's safety for a long period.
  • The S3 Standard Infrequent Access minimum storage period is 30 days, and the minimum size of the object is 128 KB. It is recommended for long-term storage of files, disaster recovery data, backup, and outdated sync data.