From af333068a20dbfd4540149e5ab269b72fb8523fd Mon Sep 17 00:00:00 2001 From: tulna07 Date: Wed, 27 Mar 2024 19:19:48 +0700 Subject: [PATCH] update --- content/9-Further-Improvements/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/9-Further-Improvements/_index.md b/content/9-Further-Improvements/_index.md index aeeda1a..91065de 100644 --- a/content/9-Further-Improvements/_index.md +++ b/content/9-Further-Improvements/_index.md @@ -12,7 +12,6 @@ Last but not least! You may be interested in the following recommendations for i There are different AWS services that might be helpful for the growth of the AnimeHub platform infrastructure: -+ Check out [Best Practices for Tagging AWS Resources](https://docs.aws.amazon.com/whitepapers/latest/tagging-best-practices/tagging-best-practices.html) for better managing your resources. + As AnimeHub serves a large number of anime fans worldwide, [AWS Global Accelerator](https://docs.aws.amazon.com/global-accelerator/) — a service that improves the availability and performance of your applications with local or global users, might be useful. + Serverless services, such as [AWS API Gateway](https://docs.aws.amazon.com/apigateway/) and [AWS Lambda](https://docs.aws.amazon.com/lambda/), provide for on-demand server-side processing and cost reductions while also reducing server management overhead. + [AWS WAF](https://docs.aws.amazon.com/waf/) — a web application firewall that lets you monitor and manage web requests that are forwarded to protected AWS resources. For example. it helps protect your CloudFront distributions and origin servers from malicious attacks. @@ -23,6 +22,7 @@ There are different AWS services that might be helpful for the growth of the A In addition to security and cost optimization for AWS services at scale, ensuring infrastructure deployment reliability is particularly challenging. To assist teams in effectively adopting AWS and streamlining software engineering processes the following enhancements to the workshop are recommended for the future: ++ Since the workshop did not focus on implementing tagging, check out [Best Practices for Tagging AWS Resources](https://docs.aws.amazon.com/whitepapers/latest/tagging-best-practices/tagging-best-practices.html) for better managing your resources. + Use Terraform Cloud API-driven run workflow for more complex CI/CD practices. + Consider to leverage [Terraform AWS modules](https://github.com/terraform-aws-modules) — a collection of Terraform AWS modules supported by the community or other reliable remote modules to speed up the development process. + Consider to intergrate with 3rd-party tools to address Terraform's shortcomings.