Posts

Content

                                                  Content How to create an AWS free Account? Lab 1: To launch amazon Linux EC2 instance Lab 2: To Connect to the instance from Linux client Operating System Lab 3:To Launch amazon windows instance Lab 4: Installing apache in EC2 instance Lab 5: Installing Nginx in EC2 instance Lab 6: Changing Host Name Lab 7: Creating a user and making as a sudoer Lab 8:Assigning an Elastic ip Lab 9:Creating ebs,attach and detach the volumn to the instance Lab 10:Creating an S3 Bucket and creating cross replication in another region Lab 11:Load Balancer Lab 12:Two instances with Application Load Balancer Lab 13:Launching two instances with load Balancer Lab:14 Creating Own VPC  Lab 15: Two instances which classic load Balance with own VPC Lab 16:Two instances with Application load Balancer with own VPC Lab 17: Relational Data B...

How to create an AWS free Account

Image
                                                 How to create an AWS free Account To Create an AWS account 1.open http://aws.amazon.com/.and then chosse create an AWS Account Click on sign up Provide the All necessary information And then click on Continue Provide all the details Then click on Continue you will get a payment page After providing then details on click secure page After providing the details on Secure page your account will be created,you can now login to the aws console and use the services. 

DOCKER SWARM LOAD BALANCING

DOCKER SWARM LOAD BALANCING For Example Docker swarm Load Balancer includes I have one docker swarm master and two work nodes.                   So basically nodes are labelled swarm manager and swarm nodes.Docker swarm Commands are run in master nodes.Docker swarm Handles scheduling,Service Discovery,Auto scaling,Load Balancing,Docker Demon,internal and external connectivity between docker swarm in clusters,private network communication between containers insides a cluster through multiple containers overall across all nodes in cluster,so containers can be expose outside of a cluster.Docker Swarm load balancing run every node,docker swarm load balancing handles algorithm docker containers and Docker host. without nginx or nginx plus we cannot deploy a swarm.Swarm includes load balancing so why we need another load balancing means docker swarm load balancing includes basic layer of TCP 4.M...

MAVAN ARCHITECTURE

MAVAN ARCHITECTURE Mavan includes jar files or war files,pom.xml,plugins jarfiles,surefile,Release,project Documentation,mavan code,source code,libries,test scripts,Build Reports,Build process,Build file (MAVAN/ANT),Deploying Artifacts. 1.So first configured Mavan.You need to use POM.It was stored in pom.xml file. 2.Plugins includes all configuration setting and related to mavan.Plugins can be configured and edit <plugin tag> in pom.xml.Developer can use any type of plugin. 3.When user start working with mavan.It provides default configured setting.User does not add every configuration pom.xml Mavan processing Steps : 1.Add/write code create application process that Source Code Repositries. 2.Edit configuration setting/pom.xml/plugin details. 3.Build the application. 4.Save and Build process output such as war file or jar files on local repository or server 5.Get the file from local repository or server.Deploy the file from production site.   6.Client si...

BUILD AND DEVELOPMENT

                                         BUILD AND DEVELOPMENT BUILD :: 1.Devopers are complete developing and testing in source code changes in cloud environment. Developers are push those changes in source code repository. 2.All code changes are complete developing and testing within programming environment. After release manger request to developer build code changes into deploy a package. 3. Developers create a package within build server environment. Deploy package must follow some rules like naming conventions, Directory structure, Technical specifications. 4. After Deploy package created within build server environment like developers or system integrator copies or transfers drop servers. DEVELOPMENT :: When we run System integrator we can follow some steps. 1. System integrator select and target application, components, environment.in cloud environment select ru...