Home » Cloud » Archive by category AWS (Page 3)

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 and requirements can become challenging. By incorporating these pillars into your architecture, you can create a...
Continue reading

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 Amazon’s first attempt to create a single solution that orchestrates and manages the life cycle of...
Continue reading

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 run popular file systems that are fully managed by AWS. With Amazon FSx, you can leverage...
Continue reading

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/   https://www.cloudping.cloud/aws   https://ec2-reachability.amazonaws.com/ https://www.cloudping.co/grid URL
Continue reading

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 recursively list objects in a bucket and files inside the subfolders aws s3 ls s3://s3-sea-nkcode-bucket/ --recursive...
Continue reading

AWS Route53

what is Route53   In AWS, Route53 is a global managed DNS (Domain Name System) &  DNS is a collection of rules and records which helps clients understand how to reach a server through URLs. DNS operates on port 53. Amazon calls it route 53 so that’s where...
Continue reading

AWS CloudWatch

CloudWatch monitors resources and applications capture logs and sends events. CloudWatch monitoring is the standard mechanism for keeping tabs on AWS resources. A wide range of metrics and dimensions are available via CloudWatch, allowing you to create time based graphs, alarms, and dashboards. Alarms are the most practical use of CloudWatch, allowing...
Continue reading

AWS Trusted Advisor

AWS Trusted Advisor will help to optimize your AWS environment by reducing cost, increasing performance, and improving security.  It provides real-time guidance to help you provision resources according to AWS Best Practices guidelines. AWS Infrastructure Optimization This service provides best practice recommendations in 5 categories: Cost Optimization: save money...
Continue reading