Skip to content

Commit

Permalink
fix formats
Browse files Browse the repository at this point in the history
  • Loading branch information
alelapi committed Feb 5, 2025
1 parent b7dbf14 commit ab18a25
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
14 changes: 9 additions & 5 deletions docs/aws/computing/api_gateway.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,14 @@ Amazon API Gateway is a fully managed service provided by AWS for creating, depl

### **4. Security**

- Supports multiple authentication mechanisms:
Supports multiple authentication mechanisms:

- AWS Identity and Access Management (IAM)
- API keys
- Amazon Cognito user pools
- Lambda authorizers for custom authentication
- Integration with AWS WAF for protection against DDoS attacks and common web exploits.

Integration with AWS WAF for protection against DDoS attacks and common web exploits.

### **5. Integration with AWS Services**

Expand All @@ -50,12 +52,14 @@ Amazon API Gateway is a fully managed service provided by AWS for creating, depl

### **9. Stages**

- **Definition**: Stages represent different environments or versions of your API (e.g., development, testing, production).
- **Key Features**:
**Definition**: Stages represent different environments or versions of your API (e.g., development, testing, production).
**Key Features**:

- Each stage has its own URL endpoint.
- Stages can be configured with unique settings, such as throttling limits, caching, and logging.
- Stage variables allow dynamic configuration of stage-specific values, such as Lambda function ARNs.
- **Benefits**:

**Benefits**:
- Simplifies versioning and environment management.
- Facilitates separate monitoring and troubleshooting for each stage.

Expand Down
1 change: 1 addition & 0 deletions docs/aws/computing/autoscaling_groups.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ When updating launch templates, ASG provides an Instance Refresh feature to syst
## Best Practices

To optimize ASG operations:

- Implement appropriate monitoring metrics aligned with application characteristics
- Configure scaling policies that reflect actual application demands
- Use pre-configured AMIs to reduce instance initialization time
Expand Down

0 comments on commit ab18a25

Please sign in to comment.