New Route53 Cli release in - Get info about your records from the terminal - quickly!
New Release - r53
Example:
r53 -q
my.company.domain.com
It will return a list:
Hosted Zone ID + Web URL
The target behind (Load balancer, Lambda, etc) + Web URL to target
Recursively expand records
Verify NS match with dig
Install:
$ brew tap isan-rivkin/toolbox
$ brew install r53
New features:
\- Exposed SDK on top of CLI
\- Now support JSON output --output-json
https://github.com/Isan-Rivkin/route53-cli
​
\#aws #route53 #golang #go #dns #networking
https://redd.it/u4u0it
@r_devops
New Release - r53
Example:
r53 -q
my.company.domain.com
It will return a list:
Hosted Zone ID + Web URL
The target behind (Load balancer, Lambda, etc) + Web URL to target
Recursively expand records
Verify NS match with dig
Install:
$ brew tap isan-rivkin/toolbox
$ brew install r53
New features:
\- Exposed SDK on top of CLI
\- Now support JSON output --output-json
https://github.com/Isan-Rivkin/route53-cli
​
\#aws #route53 #golang #go #dns #networking
https://redd.it/u4u0it
@r_devops
GitHub
GitHub - Isan-Rivkin/route53-cli: Route53 CLI - Get info about your records from the terminal - quickly!
Route53 CLI - Get info about your records from the terminal - quickly! - Isan-Rivkin/route53-cli
Looking for hassle-free installation of Cilium on Kubernetes?
Check out our latest blog post for quick tips and configurations that will make your life easier. From IPAM configuration to LoadBalancer and Tunnel modes, we've got you covered!
https://medium.com/p/17a870fdc4f2
\#Cilium
\#Kubernetes
\#networking
https://redd.it/13pbxmz
@r_devops
Check out our latest blog post for quick tips and configurations that will make your life easier. From IPAM configuration to LoadBalancer and Tunnel modes, we've got you covered!
https://medium.com/p/17a870fdc4f2
\#Cilium
\#Kubernetes
\#networking
https://redd.it/13pbxmz
@r_devops
Medium
Cilium Installation Tips
Tips and Configurations for Hassle-Free Installation of Cilium Using Helm Chart and IPAM Configuration, LoadBalancer Mode, and Tunnel Mode
Fast-AWS: AWS Tutorial, Hands-on LABs, Usage Scenarios for Different Use-cases
I want to share the AWS tutorial, cheat sheet, and usage scenarios that I created as a notebook for myself. This repo covers **AWS Hands-on Labs, sample architectures** for different AWS services with **clean demo/printscreens**.
**Tutorial Link:** [**https://github.com/omerbsezer/Fast-AWS**](https://github.com/omerbsezer/Fast-AWS)
# Why was this repo created?
* It **shows/maps AWS services in short** with reference AWS developer documentation.
* It shows **AWS Hands-on LABs with clean demos**. It focuses **only AWS services**.
* It contributes to **AWS open source community**.
* Hands-on lab will be **added in time** for different AWS Services and more samples (Bedrock, Sagemaker, ECS, Lambda, Batch, etc.)
# Quick Look (How-To): AWS Hands-on Labs
These hands-on labs focus on how to create and use AWS components:
* [HANDS-ON-01: Provisioning EC2s on VPC, Creating Key-Pair, Connecting EC2](https://github.com/omerbsezer/Fast-AWS/blob/main/HANDS-ON-001-EC2-VPC-Connect.md)
* [HANDS-ON-02: Provisioning Lambda, API Gateway and Reaching HTML Page in Python Code From Browser](https://github.com/omerbsezer/Fast-AWS/blob/main/HANDS-ON-002-Lambda-API-Gateway-Python.md)
* [HANDS-ON-03: EBS and EFS Configuration with EC2s](https://github.com/omerbsezer/Fast-AWS/blob/main/HANDS-ON-003-EC2-EBS-EFS.md)
* [HANDS-ON-04: Provisioning ECR, Pushing Image to ECR, Provisioning ECS, VPC, ELB, ECS Tasks, Service on Fargate Cluster](https://github.com/omerbsezer/Fast-AWS/blob/main/HANDS-ON-004-ECR-ECS-ELB-VPC-ECS-Service.md)
* [HANDS-ON-05: Provisioning ECR, Lambda and API Gateway to run Flask App Container on Lambda](https://github.com/omerbsezer/Fast-AWS/blob/main/HANDS-ON-005-Lambda-Container-ApiGateway-FlaskApp.md)
* [HANDS-ON-06: Provisioning EKS with Managed Nodes using Blueprint and Modules](https://github.com/omerbsezer/Fast-AWS/blob/main/HANDS-ON-006-EKS-ManagedNodes-Blueprint.md)
* [HANDS-ON-07: Provisioning CodeCommit, CodePipeline and Triggering CodeBuild and CodeDeploy Container in Lambda](https://github.com/omerbsezer/Fast-AWS/blob/main/HANDS-ON-007-CodeCommit-Pipeline-Build-Deploy-Lambda.md)
* [HANDS-ON-08: Provisioning S3, CloudFront to serve Static Web Site](https://github.com/omerbsezer/Fast-AWS/blob/main/HANDS-ON-008-S3-CloudFront-Static-WebSite.md)
* [HANDS-ON-09: Provisioned Gitlab Runner on EC2, connection to Gitlab Server using Docker on-premise](https://github.com/omerbsezer/Fast-AWS/blob/main/HANDS-ON-009-GitlabServer-on-Premise-GitlabRunner-on-EC2.md)
* [HANDS-ON-10: Implementing MLOps Pipeline using GitHub, CodePipeline, CodeBuild, CodeDeploy, Sagemaker Endpoint](https://github.com/omerbsezer/Fast-AWS/blob/main/HANDS-ON-010-MLOps-SageMaker-GitHub-Codepipeline-CodeBuild-CodeDeploy.md)
# Table of Contents
* [Motivation](https://github.com/omerbsezer/Fast-AWS#motivation)
* [Common AWS Services In-Short](https://github.com/omerbsezer/Fast-AWS#servicesshort)
* [1. Compute Services](https://github.com/omerbsezer/Fast-AWS#compute)
* [2. Container Services](https://github.com/omerbsezer/Fast-AWS#container)
* [3. Storage Services](https://github.com/omerbsezer/Fast-AWS#storage)
* [4. Database Services](https://github.com/omerbsezer/Fast-AWS#database)
* [5. Data Analytics Services](https://github.com/omerbsezer/Fast-AWS#dataanalytics)
* [6. Integration Services](https://github.com/omerbsezer/Fast-AWS#integration)
* [7. Cloud Financial Management Services](https://github.com/omerbsezer/Fast-AWS#cloudfinancial)
* [8. Management & Governance Services](https://github.com/omerbsezer/Fast-AWS#managementgovernance)
* [9. Security, Identity, & Compliance Services](https://github.com/omerbsezer/Fast-AWS#securityidentity)
* [10. Networking Services](https://github.com/omerbsezer/Fast-AWS#networking)
* [11. Migration Services](https://github.com/omerbsezer/Fast-AWS#migration)
* [12. Internet of Things Services](https://github.com/omerbsezer/Fast-AWS#internetofthings)
* [13. Artificial Intelligence
I want to share the AWS tutorial, cheat sheet, and usage scenarios that I created as a notebook for myself. This repo covers **AWS Hands-on Labs, sample architectures** for different AWS services with **clean demo/printscreens**.
**Tutorial Link:** [**https://github.com/omerbsezer/Fast-AWS**](https://github.com/omerbsezer/Fast-AWS)
# Why was this repo created?
* It **shows/maps AWS services in short** with reference AWS developer documentation.
* It shows **AWS Hands-on LABs with clean demos**. It focuses **only AWS services**.
* It contributes to **AWS open source community**.
* Hands-on lab will be **added in time** for different AWS Services and more samples (Bedrock, Sagemaker, ECS, Lambda, Batch, etc.)
# Quick Look (How-To): AWS Hands-on Labs
These hands-on labs focus on how to create and use AWS components:
* [HANDS-ON-01: Provisioning EC2s on VPC, Creating Key-Pair, Connecting EC2](https://github.com/omerbsezer/Fast-AWS/blob/main/HANDS-ON-001-EC2-VPC-Connect.md)
* [HANDS-ON-02: Provisioning Lambda, API Gateway and Reaching HTML Page in Python Code From Browser](https://github.com/omerbsezer/Fast-AWS/blob/main/HANDS-ON-002-Lambda-API-Gateway-Python.md)
* [HANDS-ON-03: EBS and EFS Configuration with EC2s](https://github.com/omerbsezer/Fast-AWS/blob/main/HANDS-ON-003-EC2-EBS-EFS.md)
* [HANDS-ON-04: Provisioning ECR, Pushing Image to ECR, Provisioning ECS, VPC, ELB, ECS Tasks, Service on Fargate Cluster](https://github.com/omerbsezer/Fast-AWS/blob/main/HANDS-ON-004-ECR-ECS-ELB-VPC-ECS-Service.md)
* [HANDS-ON-05: Provisioning ECR, Lambda and API Gateway to run Flask App Container on Lambda](https://github.com/omerbsezer/Fast-AWS/blob/main/HANDS-ON-005-Lambda-Container-ApiGateway-FlaskApp.md)
* [HANDS-ON-06: Provisioning EKS with Managed Nodes using Blueprint and Modules](https://github.com/omerbsezer/Fast-AWS/blob/main/HANDS-ON-006-EKS-ManagedNodes-Blueprint.md)
* [HANDS-ON-07: Provisioning CodeCommit, CodePipeline and Triggering CodeBuild and CodeDeploy Container in Lambda](https://github.com/omerbsezer/Fast-AWS/blob/main/HANDS-ON-007-CodeCommit-Pipeline-Build-Deploy-Lambda.md)
* [HANDS-ON-08: Provisioning S3, CloudFront to serve Static Web Site](https://github.com/omerbsezer/Fast-AWS/blob/main/HANDS-ON-008-S3-CloudFront-Static-WebSite.md)
* [HANDS-ON-09: Provisioned Gitlab Runner on EC2, connection to Gitlab Server using Docker on-premise](https://github.com/omerbsezer/Fast-AWS/blob/main/HANDS-ON-009-GitlabServer-on-Premise-GitlabRunner-on-EC2.md)
* [HANDS-ON-10: Implementing MLOps Pipeline using GitHub, CodePipeline, CodeBuild, CodeDeploy, Sagemaker Endpoint](https://github.com/omerbsezer/Fast-AWS/blob/main/HANDS-ON-010-MLOps-SageMaker-GitHub-Codepipeline-CodeBuild-CodeDeploy.md)
# Table of Contents
* [Motivation](https://github.com/omerbsezer/Fast-AWS#motivation)
* [Common AWS Services In-Short](https://github.com/omerbsezer/Fast-AWS#servicesshort)
* [1. Compute Services](https://github.com/omerbsezer/Fast-AWS#compute)
* [2. Container Services](https://github.com/omerbsezer/Fast-AWS#container)
* [3. Storage Services](https://github.com/omerbsezer/Fast-AWS#storage)
* [4. Database Services](https://github.com/omerbsezer/Fast-AWS#database)
* [5. Data Analytics Services](https://github.com/omerbsezer/Fast-AWS#dataanalytics)
* [6. Integration Services](https://github.com/omerbsezer/Fast-AWS#integration)
* [7. Cloud Financial Management Services](https://github.com/omerbsezer/Fast-AWS#cloudfinancial)
* [8. Management & Governance Services](https://github.com/omerbsezer/Fast-AWS#managementgovernance)
* [9. Security, Identity, & Compliance Services](https://github.com/omerbsezer/Fast-AWS#securityidentity)
* [10. Networking Services](https://github.com/omerbsezer/Fast-AWS#networking)
* [11. Migration Services](https://github.com/omerbsezer/Fast-AWS#migration)
* [12. Internet of Things Services](https://github.com/omerbsezer/Fast-AWS#internetofthings)
* [13. Artificial Intelligence