# AWS

- [S3](https://note.onurbolatoglu.com/aws/s3.md): Bir S3 bucket'ında neleri özelleştirebiliriz?
- [EC2](https://note.onurbolatoglu.com/aws/ec2.md): Elastic Compute Cloud
- [ELB](https://note.onurbolatoglu.com/aws/elb.md): Elastic Load Balancer
- [Auto Scaling](https://note.onurbolatoglu.com/aws/auto-scaling.md)
- [EFS](https://note.onurbolatoglu.com/aws/efs.md): Elastic File Storage (NFS Protokolü)
- [VPC](https://note.onurbolatoglu.com/aws/vpc.md): Virtual Private Cloud
- [CloudFront](https://note.onurbolatoglu.com/aws/cloudfront.md): AWS dünyasının CDN hizmeti
- [Route53](https://note.onurbolatoglu.com/aws/route53.md)
- [RDS](https://note.onurbolatoglu.com/aws/rds.md): AWS Database
- [ElastiCache](https://note.onurbolatoglu.com/aws/elasticache.md): in-memory-caching-service
- [CloudWatch](https://note.onurbolatoglu.com/aws/cloudwatch.md)
- [CloudTrail](https://note.onurbolatoglu.com/aws/cloudtrail.md): AWS Kayıt Defteri
- [CloudFormation](https://note.onurbolatoglu.com/aws/cloudformation.md)
- [SNS](https://note.onurbolatoglu.com/aws/sns.md): Simple Notification Service
- [SQS](https://note.onurbolatoglu.com/aws/sqs.md): Simple Queue Service
- [SWF](https://note.onurbolatoglu.com/aws/swf.md): Simple Workflow Service
- [SES](https://note.onurbolatoglu.com/aws/ses.md): Simple Email Services
- [Kinesis](https://note.onurbolatoglu.com/aws/kinesis.md)
- [AWSConfig](https://note.onurbolatoglu.com/aws/awsconfig.md)
- [OpsWork](https://note.onurbolatoglu.com/aws/opswork.md)
- [Lambda - Api Gateway](https://note.onurbolatoglu.com/aws/lambda-api-gateway.md)
- [ECS - EKS](https://note.onurbolatoglu.com/aws/ecs-eks.md)
- [KMS](https://note.onurbolatoglu.com/aws/kms.md): Key Management Service
- [Directory Service](https://note.onurbolatoglu.com/aws/directory-service.md)
- [Snowball](https://note.onurbolatoglu.com/aws/snowball.md)
- [Storage Gateway](https://note.onurbolatoglu.com/aws/storage-gateway.md)
- [Volume Gateway](https://note.onurbolatoglu.com/aws/volume-gateway.md)
- [Tape Gateway](https://note.onurbolatoglu.com/aws/tape-gateway.md)
- [Organizations](https://note.onurbolatoglu.com/aws/organizations.md)
- [Backup-Transfer-CloudShell](https://note.onurbolatoglu.com/aws/backup-transfer-cloudshell.md)
- [IAM](https://note.onurbolatoglu.com/aws/iam.md): Identity and Access Management
- [DataSync](https://note.onurbolatoglu.com/aws/datasync.md)
- [FSx](https://note.onurbolatoglu.com/aws/fsx.md)
- [Aurora Serverless](https://note.onurbolatoglu.com/aws/aurora-serverless.md)
- [Global Accelerator](https://note.onurbolatoglu.com/aws/global-accelerator.md)
- [HPC](https://note.onurbolatoglu.com/aws/hpc.md)
- [Outposts](https://note.onurbolatoglu.com/aws/outposts.md)
- [Others](https://note.onurbolatoglu.com/aws/others.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://note.onurbolatoglu.com/aws.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
