AWS prescriptive-guidance documentation change
Summary
Updated navigation link from welcome.html to introduction.html in breadcrumb
Security assessment
Change only modifies documentation navigation structure without any security context
Diff
diff --git a/prescriptive-guidance/latest/modernization-net-applications/refactor-micro.md b/prescriptive-guidance/latest/modernization-net-applications/refactor-micro.md index 917852692..343585429 100644 --- a//prescriptive-guidance/latest/modernization-net-applications/refactor-micro.md +++ b//prescriptive-guidance/latest/modernization-net-applications/refactor-micro.md @@ -5 +5 @@ -[Documentation](/index.html)[AWS Prescriptive Guidance](https://aws.amazon.com/prescriptive-guidance/)[Choosing an approach for modernizing .NET applications](welcome.html) +[Documentation](/index.html)[AWS Prescriptive Guidance](https://aws.amazon.com/prescriptive-guidance/)[Choosing an approach for modernizing .NET applications](introduction.html) @@ -7 +7 @@ -Use casesAdvantagesDisadvantagesAWS servicesToolsDeployment decisions +Use casesAdvantagesDisadvantagesAWS servicesTools and offeringsDeployment decisions @@ -11 +11 @@ Use casesAdvantagesDisadvantagesAWS servicesToolsDeployment decisions -AWS Lambda is a serverless compute service that lets you run code without provisioning or managing servers, creating workload-aware cluster scaling logic, maintaining event integrations, or managing runtimes. Lambda runs your function only when needed and scales automatically, from a few requests per day to thousands per second. You pay only for the compute time that you consume—there is no charge when your code isn’t running. In this approach, a monolithic application is broken down into smaller services, where each service serves a single purpose. If the service isn’t constantly running, it can be implemented as a Lambda function; otherwise, the service should run in a container. +AWS Lambda is a serverless compute service that lets you run code without provisioning or managing servers, creating workload-aware cluster scaling logic, maintaining event integrations, or managing runtimes. Lambda runs your function only when needed and scales automatically, from a few requests per day to thousands per second. You pay only for the compute time that you consume—there is no charge when your code isn't running. In this approach, a monolithic application is broken down into smaller services, where each service serves a single purpose. If the service isn't constantly running, it can be implemented as a Lambda function; otherwise, the service should run in a container. @@ -17 +17 @@ You can use this migration strategy in the following scenarios: - * You want to break your monolithic system into microservices. + * Your monolithic system is ready to break into microservices. @@ -32 +32 @@ This migration approach provides the following benefits, when compared with on-p - * Faster innovation because it’s easier to add new features in a microservices architecture + * Faster innovation because it's easier to add new features in a microservices architecture @@ -64 +64 @@ These are some of the important AWS services that you can use to develop a micro - * [Amazon API Gateway](https://aws.amazon.com/api-gateway) + * [Amazon API Gateway](https://aws.amazon.com/api-gateway/) @@ -66 +66 @@ These are some of the important AWS services that you can use to develop a micro - * [Amazon Simple Notification Service](https://aws.amazon.com/sns) (Amazon SNS) + * [Amazon SNS](https://aws.amazon.com/sns/) @@ -68 +68 @@ These are some of the important AWS services that you can use to develop a micro - * [Amazon Simple Queue Service](https://aws.amazon.com/sqs) (Amazon SQS) + * [Amazon SQS](https://aws.amazon.com/sqs/) @@ -70 +70 @@ These are some of the important AWS services that you can use to develop a micro - * [AWS Lambda](https://aws.amazon.com/lambda) + * [AWS Lambda](https://aws.amazon.com/lambda/) @@ -72 +72 @@ These are some of the important AWS services that you can use to develop a micro - * [CloudFormation](https://aws.amazon.com/cloudformation) or [AWS CDK](https://aws.amazon.com/cdk) + * [AWS CloudFormation](https://aws.amazon.com/cloudformation/) or [AWS CDK](https://aws.amazon.com/cdk/) @@ -74 +74 @@ These are some of the important AWS services that you can use to develop a micro - * [IAM](https://aws.amazon.com/iam) + * [IAM](https://aws.amazon.com/iam/) @@ -76 +76 @@ These are some of the important AWS services that you can use to develop a micro - * [Amazon S3](https://aws.amazon.com/s3) + * [Amazon S3](https://aws.amazon.com/s3/) @@ -81 +81 @@ These are some of the important AWS services that you can use to develop a micro -## Tools +## Tools and offerings @@ -87 +87 @@ AWS Professional Services offers custom tools and services to help you refactor -This migration and modernization approach is supported by AWS Lambda +This migration and modernization approach is supported by AWS Lambda. @@ -89 +89 @@ This migration and modernization approach is supported by AWS Lambda - +