This folder contains examples for deploying AWS resources using the following provider and related specs
- EKS Cluster bootstrap deployment
- Crossplane deployment in bootstrap cluster
- ProviderConfig deployment with injected identity
Follow these links to bootstrap the cluster
The following steps demonstrates VPC end S3 managed resources examples with Upbound AWS Provider
kubectl apply -f managed-resources/ec2/vpc.yaml
# Verify the resource. When provisioning is complete, you should see READY: True in the output
kubectl get vpcs
kubectl create -f managed-resources/s3/bucket.yaml
# Verify the resource. When provisioning is complete, you should see READY: True in the output
kubectl get buckets