Right Size Using Performance Data Use performance data analysis to properly size EC2 instances. Determine the underutilized and idle instances. CPU and memory consumption are important metrics to monitor. Over a four-week…
Category: AWS
AWS Backup quotas
The following quotas apply when working with AWS Backup. Many AWS Backup quotas are adjustable. 100 You can request an adjustment. Number of versions per backup plan 2,000 You can request an…
Technical Architecture Startup Company
Introduction Currently the architecture for their social media applications uses a LAMP stack for the main web application and provide a RESTful API for mobile services, written in node.js. All of…
Hosting a Static Website in AWS S3 Bucket
Static websites have fixed content with no backend processing. They can contain HTML pages, images, style sheets, and all of the files required to render the website, but there is no server-side…
AWS Identity and Access Management (IAM)
Amazon Web Services (AWS) Identity and Access Management (IAM) is a directory service designed to track users on your system and provide a way to keep track of information about authentication methods….
AWS Well Architected Framework of 5 Pillars
When building technical solutions on Amazon Web Services (AWS), if you ignore the five pillars of operational excellence, security, reliability, performance efficiency, and cost optimization, building a system that meets your expectations…
AWS BACKUP
AWS Backup service is designed to centralize and automate the backing up of data across AWS services in the AWS cloud as well as on-premises using the AWS Storage Gateway. This is…
AWS Windows FSx vs Luster FSx vs EFS
AWS EC2 EFS (Elastic File System) vs Windows FSx (Fast Storage File system) vs Luster FSx (Fast Storage File system) FSx: Amazon FSx makes it easy and cost-effective to launch and…
AWS LATENCY TEST URL’S
AWS has 80 Availability Zones across 25 geographic regions, with plans to launch 15 more Availability Zones and five more AWS Regions in Australia, India, Indonesia, Spain, and Switzerland. https://ping.psa.fun/ …
AWS S3 CLI Commands
LIST: We use ls commands to show the lists of buckets and content of buckets. # List of buckets aws s3 ls # Contents of bucket aws s3 ls s3://s3-sea-nkcode-bucket # ls command will…