Skip to content

chandraprakash1392/Custom_AWS_Panel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Custom_AWS_Panel

This code is used to create your own AWS Customized Panel.

How to create your AWS Panel in Ubuntu:

apt-get update -y

apt-get install docker.io -y

git clone git@github.com:chandraprakash1392/Custom_AWS_Panel.git

cd Custom_AWS_Panel

// open the code frontend.py // Edit the self.path in frontend.py as per your regions in AWS

docker build -t <docker_image_tag> .

docker run -it --name aws_custom_panel -p 3000:3000 <docker_image_tag>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages