From 8b7a06d646249a94987479543162aee533d22d2a Mon Sep 17 00:00:00 2001 From: kananinirav <30398499+kananinirav@users.noreply.github.com> Date: Mon, 26 Sep 2022 14:18:26 +0900 Subject: [PATCH] [Modified/Added] Git-Page Theme Change And Navigation Link Added --- .gitignore | 5 +++++ Gemfile | 5 +++++ _config.yml | 7 +++++++ favicon.ico | Bin 0 -> 666 bytes sections/account_management_billing_support.md | 6 +++++- sections/advanced_identity.md | 6 +++++- sections/architecting_and_ecosystem.md | 6 +++++- sections/cloud_computing.md | 4 ++++ sections/cloud_integration.md | 4 ++++ sections/cloud_monitoring.md | 4 ++++ sections/databases.md | 4 ++++ sections/deploying.md | 4 ++++ sections/ec2.md | 4 ++++ sections/ec2_storage.md | 4 ++++ sections/elb_asg.md | 4 ++++ sections/global_infrastructure.md | 4 ++++ sections/iam.md | 4 ++++ sections/machine_learning.md | 6 +++++- sections/other_aws_services.md | 6 +++++- sections/other_compute.md | 4 ++++ sections/s3.md | 4 ++++ sections/security_compliance.md | 4 ++++ sections/vpc.md | 4 ++++ 23 files changed, 98 insertions(+), 5 deletions(-) create mode 100644 .gitignore create mode 100644 Gemfile create mode 100644 _config.yml create mode 100644 favicon.ico diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ca7776e --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +_site +.sass-cache +Gemfile.lock +*.gem +.jekyll-cache \ No newline at end of file diff --git a/Gemfile b/Gemfile new file mode 100644 index 0000000..c905900 --- /dev/null +++ b/Gemfile @@ -0,0 +1,5 @@ +source 'https://rubygems.org' + +gem 'webrick' +# Run Google Page in local using "bundle exec jekyll s " +gem "github-pages", group: :jekyll_plugins \ No newline at end of file diff --git a/_config.yml b/_config.yml new file mode 100644 index 0000000..038ea31 --- /dev/null +++ b/_config.yml @@ -0,0 +1,7 @@ +remote_theme: pages-themes/cayman@v0.2.0 + +title: 'AWS Cloud Practitioner Short Notes' +description: 'It will help you with quick revision before the exam.' +show_downloads: false + +google_analytics: 'G-JMDDTT0Y7C' \ No newline at end of file diff --git a/favicon.ico b/favicon.ico new file mode 100644 index 0000000000000000000000000000000000000000..61684be43e682e5d97ad2d23a775aecfa01a6cb9 GIT binary patch literal 666 zcmV;L0%iS)P)Aqxu&NysG|mk=AW zppca;Y_PEqxr9WKOA$gA7VeSDP)r6fGZyE3d};b-QZ9?{UvFQ}|2xk)|K~jCocE=S zGRi39KSNLK!DD>FGi*g0jK>*_EV7@Avlv~(%}lNr`r=5nZ!^B36UN}HxQ5SYE3T&=b5h_Vyv16P*+wxMFEYq$ z)TYCNfKj=gfmI?ioziYXp7s;kr~N>jM_ul_jKQS@To;AcE7z?=;S>Zk!*lG!5$s6* zmZ+6eIMIOLo+<8wM()1`M~l`Kc$z^A*qZ@gV^(szMdepxQ3?P1@V=CQ3!<==VgatC zfI19Fo9QB*b?BDdoLtwUdvarO63Z|ft26kaQUZG5nCRKtSb|C%%wM9|j*3ha&;_SO z`xbNi@C0A*0Nebmk23x`=HZf<3pJwNe&B!@q0RrGfWe|bJ7XnYDhjwnRQG)>N7p|f zpffg!8B>Fc4H+#It@2Gwu$Acdn*l2@5nIH;YDJe+h)x?vOtxQ9nMxO-b#m3Xhr4(v zUN|3;|AG$rbQj}y5Qd{&?mvh1VhXmy3T$ue1eMsBf$M+csmc=%DHWul3^auP;)7(2 zn23GEOQ@sBK$ZA@cp#?dRWYu=Hqn0>W&AsQ2d8+S^?^;Hk^lez07*qoM6N<$f+6ZM A^8f$< literal 0 HcmV?d00001 diff --git a/sections/account_management_billing_support.md b/sections/account_management_billing_support.md index 61d1a50..db6539c 100644 --- a/sections/account_management_billing_support.md +++ b/sections/account_management_billing_support.md @@ -396,4 +396,8 @@ - **Cost Explorer**: View current usage (detailed) and forecast usage - **Billing Alarms**: in us-east-1 – track overall and per-service billing - **Budgets**: more advanced – track usage, costs, RI, and get alerts -- **Savings Plans**: easy way to save based on long-term usage of AWS \ No newline at end of file +- **Savings Plans**: easy way to save based on long-term usage of AWS + +* * * + +[πŸ‘ˆ Machine Learning](./machine_learning.md)           [Home](../README.md)           [Advanced Identity πŸ‘‰](./advanced_identity.md) diff --git a/sections/advanced_identity.md b/sections/advanced_identity.md index 2ae8a3a..1294014 100644 --- a/sections/advanced_identity.md +++ b/sections/advanced_identity.md @@ -56,4 +56,8 @@ - **Security Token Service (STS)**: temporary, limited-privileges credentials to access AWS resources - **Cognito**: create a database of users for your mobile & web applications - **Directory Services**: integrate Microsoft Active Directory in AWS -- **Single Sign-On (SSO)**: one login for multiple AWS accounts & applications \ No newline at end of file +- **Single Sign-On (SSO)**: one login for multiple AWS accounts & applications + +* * * + +[πŸ‘ˆ Account Management, Billing & Support](./account_management_billing_support.md)           [Home](../README.md)           [Other AWS Services πŸ‘‰](./other_aws_services.md) diff --git a/sections/architecting_and_ecosystem.md b/sections/architecting_and_ecosystem.md index cbb1247..99e27aa 100644 --- a/sections/architecting_and_ecosystem.md +++ b/sections/architecting_and_ecosystem.md @@ -167,4 +167,8 @@ - Software as a Service - Containers - If you buy through the AWS Marketplace, it goes into your AWS bill -- You can **sell your own solutions** on the AWS Marketplace \ No newline at end of file +- You can **sell your own solutions** on the AWS Marketplace + +* * * + +[πŸ‘ˆ Other AWS Services](./other_aws_services.md)           [Home](../README.md) diff --git a/sections/cloud_computing.md b/sections/cloud_computing.md index c042c48..598f027 100644 --- a/sections/cloud_computing.md +++ b/sections/cloud_computing.md @@ -186,3 +186,7 @@ If you need to launch a new application, where should you do it? - CUSTOMER = RESPONSIBILITY FOR THE SECURITY **IN** THE CLOUD - AWS = RESPONSIBILITY FOR THE SECURITY **OF** THE CLOUD + +* * * + +[πŸ‘ˆ Index](../README.md)           [IAM: Identity Access & Management πŸ‘‰](./iam.md) diff --git a/sections/cloud_integration.md b/sections/cloud_integration.md index 11340a2..93a7ebd 100644 --- a/sections/cloud_integration.md +++ b/sections/cloud_integration.md @@ -76,3 +76,7 @@ - No message retention - Kinesis: real-time data streaming, persistence and analysis - Amazon MQ: managed Apache MQ in the cloud (MQTT, AMQP.. protocols) + +* * * + +[πŸ‘ˆ Global Infrastructure](./global_infrastructure.md)           [Home](../README.md)           [Cloud Monitoring πŸ‘‰](./cloud_monitoring.md) diff --git a/sections/cloud_monitoring.md b/sections/cloud_monitoring.md index 9f86a84..7e815f3 100644 --- a/sections/cloud_monitoring.md +++ b/sections/cloud_monitoring.md @@ -213,3 +213,7 @@ - Service Health Dashboard: status of all AWS services across all regions - Personal Health Dashboard: AWS events that impact your infrastructure - Amazon CodeGuru: automated code reviews and application performance recommendations + +* * * + +[πŸ‘ˆ Cloud Integration](./cloud_integration.md)           [Home](../README.md)           [VPC πŸ‘‰](./vpc.md) diff --git a/sections/databases.md b/sections/databases.md index 58cf4ec..ffbab68 100644 --- a/sections/databases.md +++ b/sections/databases.md @@ -289,3 +289,7 @@ - Glue: Managed ETL (Extract Transform Load) and Data Catalog service - Database Migration: DMS - Neptune: graph database + +* * * + +[πŸ‘ˆ Amazon S3](./s3.md)(./elb_asg.md)           [Home](../README.md)           [Other Compute Section πŸ‘‰](./other_compute.md) diff --git a/sections/deploying.md b/sections/deploying.md index 0e41e26..b63810b 100644 --- a/sections/deploying.md +++ b/sections/deploying.md @@ -241,3 +241,7 @@ - CodeStar: Unified view for allowing developers to do CICD and code - Cloud9: Cloud IDE (Integrated Development Environment) with collab - AWS CDK: Define your cloud infrastructure using a programming language + +* * * + +[πŸ‘ˆ Other Compute Section](./other_compute.md)           [Home](../README.md)           [Global Infrastructure πŸ‘‰](./global_infrastructure.md) diff --git a/sections/ec2.md b/sections/ec2.md index 0eb7fdd..a8e5fd2 100644 --- a/sections/ec2.md +++ b/sections/ec2.md @@ -276,3 +276,7 @@ Amazon Elastic Compute Cloud (Amazon EC2) provides scalable computing capacity i - SSH: start a terminal into our EC2 Instances (port 22) - EC2 Instance Role: link to IAM roles - Purchasing Options: On-Demand, Spot, Reserved (Standard + Convertible + Scheduled), Dedicated Host, Dedicated Instance + +* * * + +[πŸ‘ˆIAM: Identity Access & Management](./iam.md)           [Home](../README.md)           [EC2 Instance Storage πŸ‘‰](./ec2_storage.md) diff --git a/sections/ec2_storage.md b/sections/ec2_storage.md index 9c6dd14..4287e10 100644 --- a/sections/ec2_storage.md +++ b/sections/ec2_storage.md @@ -152,3 +152,7 @@ - => Automate the creation, maintain, validate and test EC2 AMIs - Can be run on a schedule (weekly, whenever packages are updated, etc…) - Free service (only pay for the underlying resources) + +* * * + +[πŸ‘ˆ EC2: Virtual Machines](./ec2.md)           [Home](../README.md)           [Elastic Load Balancing & Auto Scaling Groups πŸ‘‰](./elb_asg.md) diff --git a/sections/elb_asg.md b/sections/elb_asg.md index 19bbff9..24abd13 100644 --- a/sections/elb_asg.md +++ b/sections/elb_asg.md @@ -127,3 +127,7 @@ - Implement Elasticity for your application, across multiple AZ - Scale EC2 instances based on the demand on your system, replace unhealthy - Integrated with the ELB + +* * * + +[πŸ‘ˆ EC2 Instance Storage](./ec2_storage.md)           [Home](../README.md)           [Amazon S3 πŸ‘‰](./s3.md) diff --git a/sections/global_infrastructure.md b/sections/global_infrastructure.md index b45dafa..65657e9 100644 --- a/sections/global_infrastructure.md +++ b/sections/global_infrastructure.md @@ -233,3 +233,7 @@ applications - AWS Local Zones - Bring AWS resources (compute, database, storage, …) closer to your users - Good for latency-sensitive applications + +* * * + +[πŸ‘ˆ Deploying and Managing Infrastructure at Scale](./deploying.md)           [Home](../README.md)           [Cloud Integration πŸ‘‰](./cloud_integration.md) diff --git a/sections/iam.md b/sections/iam.md index a4c624e..177968f 100644 --- a/sections/iam.md +++ b/sections/iam.md @@ -189,3 +189,7 @@ Example: - **AWS SDK:** manage your AWS services using a programming language - **Access Keys:** access AWS using the CLI or SDK - **Audit:** IAM Credential Reports & IAM Access Advisor + +* * * + +[πŸ‘ˆ What is Cloud Computing?](./cloud_computing.md)           [Home](../README.md)           [EC2: Virtual Machines πŸ‘‰](./ec2.md) diff --git a/sections/machine_learning.md b/sections/machine_learning.md index 08cd9af..81e7e47 100644 --- a/sections/machine_learning.md +++ b/sections/machine_learning.md @@ -132,4 +132,8 @@ - Forecast: build highly accurate forecasts - Kendra: ML-powered search engine - Personalize: real-time personalized recommendations -- Textract: detect text and data in documents \ No newline at end of file +- Textract: detect text and data in documents + +* * * + +[πŸ‘ˆ Security & Compliance](./security_compliance.md)           [Home](../README.md)           [Account Management, Billing & Support πŸ‘‰](./account_management_billing_support.md) diff --git a/sections/other_aws_services.md b/sections/other_aws_services.md index 4ff9051..f35d6a3 100644 --- a/sections/other_aws_services.md +++ b/sections/other_aws_services.md @@ -92,4 +92,8 @@ - Based on **Chaos Engineering** – stressing an application by creating disruptive events (e.g., sudden increase in CPU or memory), observing how the system responds, and implementing improvements - Helps you uncover hidden bugs and performance bottlenecks - Supports the following AWS services: EC2, ECS, EKS, RDS… -- Use pre-built templates that generate the desired disruptions \ No newline at end of file +- Use pre-built templates that generate the desired disruptions + +* * * + +[πŸ‘ˆ Advanced Identity](./advanced_identity.md)           [Home](../README.md)           [AWS Architecting & Ecosystem πŸ‘‰](./architecting_and_ecosystem.md) diff --git a/sections/other_compute.md b/sections/other_compute.md index de010b4..db5e759 100644 --- a/sections/other_compute.md +++ b/sections/other_compute.md @@ -190,3 +190,7 @@ - ECR: Private Docker Images Repository - Batch: run batch jobs on AWS across managed EC2 instances - Lightsail: predictable & low pricing for simple application & DB stacks + +* * * + +[πŸ‘ˆ Databases & Analytics](./databases.md)            [Home](../README.md)           [Deploying and Managing Infrastructure at Scale πŸ‘‰](./deploying.md) diff --git a/sections/s3.md b/sections/s3.md index 4eabec1..5bc3981 100644 --- a/sections/s3.md +++ b/sections/s3.md @@ -421,3 +421,7 @@ - Snow Family: import data onto S3 through a physical device, edge computing - OpsHub: desktop application to manage Snow Family devices - Storage Gateway: hybrid solution to extend on-premises storage to S3 + +* * * + +[πŸ‘ˆ Elastic Load Balancing & Auto Scaling Groups](./elb_asg.md)           [Home](../README.md)           [Databases & Analytics πŸ‘‰](./databases.md) diff --git a/sections/security_compliance.md b/sections/security_compliance.md index f5596e3..cf6578e 100644 --- a/sections/security_compliance.md +++ b/sections/security_compliance.md @@ -334,3 +334,7 @@ - Close your AWS account - Change or cancel your AWS Support plan - Register as a seller in the Reserved Instance Marketplace + +* * * + +[πŸ‘ˆ VPC](./vpc.md)           [Home](../README.md)           [Machine Learning πŸ‘‰](./machine_learning.md) diff --git a/sections/vpc.md b/sections/vpc.md index f9b747a..e464f6c 100644 --- a/sections/vpc.md +++ b/sections/vpc.md @@ -111,3 +111,7 @@ - Site to Site VPN: VPN over public internet between on-premises DC and AWS - Direct Connect: direct private connection to AWS - Transit Gateway: Connect thousands of VPC and on-premises networks together + +* * * + +[πŸ‘ˆ Cloud Monitoring](./cloud_monitoring.md)           [Home](../README.md)           [Security & Compliance πŸ‘‰](./security_compliance.md)