Spring Cloud AWS – EC2

2021 VietMX 0

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 […]

Spring Cloud AWS – RDS

2021 VietMX 0

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 […]

Spring Cloud – Securing Services

2021 VietMX 0

1. Overview In the previous article, Spring Cloud – Bootstrapping, we’ve built a basic Spring Cloud application. This article shows how to secure it. We’ll naturally use Spring Security to […]