This commit is contained in:
Inaki Fernandez
2022-02-23 11:19:29 +01:00
parent e77983cdda
commit ff5dd22f58
5 changed files with 10 additions and 10 deletions

View File

@@ -1,5 +0,0 @@
# AWS Samples (Boilerplates)
- [github.com/aws-samples 🌟](https://github.com/aws-samples)
- [github.com/aws-samples/aws-auto-inventory: AWS Automated Inventory 🌟](https://github.com/aws-samples/aws-auto-inventory) A command line tool that allows you to quickly and easily generate inventory reports of your AWS resources.
- [github.com/aws-samples/aws-waf-ops-dashboards](https://github.com/aws-samples/aws-waf-ops-dashboards) In this repository, we share code for building infrastructure to collect, enrich, and visualize AWS Web Application Firewall logs. Implementing this project in your AWS account will allow you to view and filter the logs through Kibana dashboards below, as well as customize views and dashboards to your needs.
- [github.com/aws-samples/aws-customer-playbook-framework 🌟](https://github.com/aws-samples/aws-customer-playbook-framework) This repository provides sample templates for security playbooks against various scenarios when using Amazon Web Services.

View File

@@ -1,5 +1,6 @@
# AWS Tools and Scripts
- [AWS Scripts](#aws-scripts)
- [AWS Samples (Boilerplates)](#aws-samples-boilerplates)
- [Open Source at AWS](#open-source-at-aws)
- [AWS Tools](#aws-tools)
- [AWS Toolkits](#aws-toolkits)
@@ -15,6 +16,9 @@
- https://github.com/dannysteenman/aws-toolbox A collection of useful Shell & Python scripts that make your DevOps life easier in AWS. Furthermore you'll also find a list of links that point to awesome DevOps tools from other creators.
- [saml-to/assume-aws-role-action](https://github.com/saml-to/assume-aws-role-action) Assume AWS IAM Roles using SAML.to in GitHub Actions. This action enables workflows to obtain AWS Access Credentials for a desired IAM Role using AWS IAM SAML and a GitHub Actions Repository Token.
## AWS Samples (Boilerplates)
- [AWS Samples (Boilerplates)](demos.md)
## Open Source at AWS
- [OpenSource at AWS](https://aws.github.io/)

View File

@@ -64,7 +64,7 @@
- [PetClinic on Kubernetes](#petclinic-on-kubernetes)
- [PetClinic Docker images](#petclinic-docker-images)
- [OpenShift.io Samples](#openshiftio-samples)
- [AWS Samples](#aws-samples)
- [AWS Samples (Boilerplates)](#aws-samples-boilerplates)
- [Azure Samples](#azure-samples)
- [Azure DevOps Demos. Azure DevOps Pipelines](#azure-devops-demos-azure-devops-pipelines)
- [Azure Demos](#azure-demos)
@@ -634,9 +634,12 @@ Grab them from here: [awesome-kubernetes/scripts](https://github.com/nubenetes/a
* [OpenShift.io Samples 🌟🌟](https://che.openshift.io/dashboard/#/getstarted)
* [github.com/che-samples](https://github.com/che-samples)
## AWS Samples
## AWS Samples (Boilerplates)
- [==github.com/aws-samples== 🌟](https://github.com/aws-samples)
- [github.com/aws-samples/aws-auto-inventory: AWS Automated Inventory 🌟](https://github.com/aws-samples/aws-auto-inventory) A command line tool that allows you to quickly and easily generate inventory reports of your AWS resources.
- [github.com/aws-samples/aws-waf-ops-dashboards](https://github.com/aws-samples/aws-waf-ops-dashboards) In this repository, we share code for building infrastructure to collect, enrich, and visualize AWS Web Application Firewall logs. Implementing this project in your AWS account will allow you to view and filter the logs through Kibana dashboards below, as well as customize views and dashboards to your needs.
- [github.com/aws-samples/aws-customer-playbook-framework 🌟](https://github.com/aws-samples/aws-customer-playbook-framework) This repository provides sample templates for security playbooks against various scenarios when using Amazon Web Services.
- [github.com/miztiik/AWS-Demos](https://github.com/miztiik/AWS-Demos)
- [github.com/aws-samples](https://github.com/aws-samples)
- [github.com/aws-samples/aws-training-demo](https://github.com/aws-samples/aws-training-demo)
- [==aws-samples/aws-network-hub-for-terraform: Network Hub Account with Terraform==](https://github.com/aws-samples/aws-network-hub-for-terraform) This repository demonstrates a scalable, segregated, secured AWS network for multi-account organizations. Using Transit Gateway to separate production, non-production and shared services traffic, it deploys an advanced AWS networking pattern using centralized ingress and egress behind Network Firewall, centralizes private VPC endpoints to share across all VPCs, and manages IP address allocation using Amazon VPC IPAM.
- [cyberciti.biz: How to create MySQL user and grant permissions in AWS RDS](https://www.cyberciti.biz/faq/how-to-create-mysql-user-and-grant-permissions-in-aws-rds/)

View File

@@ -173,7 +173,6 @@ A curated list of awesome references collected since 2018. Microservices archite
- [AWS Security](aws-security.md)
- [AWS Monitoring](aws-monitoring.md)
- [AWS IaC](aws-iac.md)
- [AWS Samples Boilerplates](aws-samples-boilerplates.md)
- [AWS Tools Scripts](aws-tools-scripts.md)
- [AWS Data](aws-data.md)
- [AWS DevOps](aws-devops.md)

View File

@@ -199,7 +199,6 @@ nav:
- AWS Security: aws-security.md
- AWS Monitoring: aws-monitoring.md
- AWS IaC: aws-iac.md
- AWS Samples Boilerplates: aws-samples-boilerplates.md
- AWS Tools Scripts: aws-tools-scripts.md
- AWS Data: aws-data.md
- AWS DevOps: aws-devops.md