
Spring Cloud AWS – S3
1. Simple S3 Download Let’s start by easily accessing files stored on S3: 2. Simple S3 Upload We can also upload files: 3. S3 URL […]
1. Simple S3 Download Let’s start by easily accessing files stored on S3: 2. Simple S3 Upload We can also upload files: 3. S3 URL […]
1. EC2 Metadata Access The AWS EC2MetadataUtils class provides static methods to access instance metadata like AMI Id and instance type. With Spring Cloud AWS we can inject […]
1. RDS Support 1.1. Simple Configuration Spring Cloud AWS can automatically create a DataSource just by specifying the RDS database identifier and the master password. The username, JDBC […]
1. AWS Messaging Support 1.1. SQS (Simple Queue Service) We can send messages to an SQS queue using the QueueMessagingTemplate. To create this bean, we can […]