Technology Stack
Below are brand names, peogramming languages, infrastructures we have worked on.
Development
PHP
- Codeignter
- Laravel / Filament
Java
ASP.Net
- C#
Javascript
- VueJS
- NuxtJS
- ReactJS
- ElectronJS
- ExpressJs
- Strapi
HTML
- CSS / SCSS
- Tailwind
- Bootstrap
Python
Firebase
MySql
MS-Sql
Docker
AWS
RDS, Allow Remote Access
- Create a MySQL instance on AWS RDS as a regular MySQL, not Aurora (yet)
- Name your db cluster, ensure not to chose easy configurations to enable public access
- Make the password generation automatic, make sure you capture it after clicking
create
- once your DB is ready, to enable remote access, click on the db instance to enter the page
- click security group for the active VPC
- on the bottom of screen, look for
inbount rules
- edit the rules
- add a new rule for mysql/aurora and make sure the source is set to any.
Thats it