Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 1.56 KB

File metadata and controls

42 lines (29 loc) · 1.56 KB

Upbound AWS Provider Crossplane Blueprint Examples

This folder contains examples for deploying AWS resources using the following provider and related specs

Pre-requisites:

  • EKS Cluster bootstrap deployment
  • Crossplane deployment in bootstrap cluster
  • ProviderConfig deployment with injected identity

Follow these links to bootstrap the cluster

Create managed resources to validate Upbound AWS Provider configuration

The following steps demonstrates VPC end S3 managed resources examples with Upbound AWS Provider

Deploy VPC Managed Resource for 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

Deploy S3 Managed Resource for Upbound AWS Provider

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

Deploy the examples