Skip to content

Commit

Permalink
Instance type updates to samples and user-guide
Browse files Browse the repository at this point in the history
  • Loading branch information
hariohmprasath committed May 13, 2021
1 parent 3d8eeb5 commit 5d161ce
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/user-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ To better understand how this works, let's go through the process of uploading a
- **Enable** the Provision a File System for the application checkbox
- Set the Mount point to **/mnt**
- **Enable** the Provision a database for the application checkbox
- Select any of the available databases (MariaDB with a db.t2.micro instance class will provision the fastest)
- Select any of the available databases (MariaDB with a db.t3.micro instance class will provision the fastest)
- Enter a **Database Name**, **Username**, and **Password**. You _do not_ need to provide a SQL file for database initialization.

![Figure 14 - Configure the sample application](images/ug-sample-app.png?raw=true "Figure 14 - Configure the sample application")
Expand Down Expand Up @@ -648,4 +648,4 @@ public String meterEvent(@RequestParam String count, @RequestParam String produc
return "meter";
}
```
This function acquires all the context needed to publishing the map of billing detail properties before calling the `putMeteringEvent` helper function described above.
This function acquires all the context needed to publishing the map of billing detail properties before calling the `putMeteringEvent` helper function described above.
4 changes: 2 additions & 2 deletions samples/java/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ You must configure the **Application Settings** in your SaaS Boost environment t
- **Enable** the Provision a File System for the application checkbox
- Set the Mount point to **/mnt**
- **Enable** the Provision a database for the application checkbox
- Select any of the available databases (MariaDB with a db.t2.micro instance class will provision the fastest)
- Select any of the available databases (MariaDB with a db.t3.micro instance class will provision the fastest)
- Enter a **Database Name**, **Username**, and **Password**. You _do not_ need to provide a SQL file for database initialization.

## Provision to AWS SaaS Boost
Expand Down Expand Up @@ -45,4 +45,4 @@ Once you have the Oracle JDBC driver available to Maven, add the following depen
<artifactId>ojdbc7</artifactId>
<version>12.1.0.2</version>
</dependency>
```
```

0 comments on commit 5d161ce

Please sign in to comment.