Is it possible to configure network settings [ IP, Netmaks, Gateway, DNS , Hostname ] during ova file deployment ?. Can someone guide me how to enable network settings prompt during ova deployment ?.
I can done this through ovf file deployment. But I can give only ova file to my customers. When customer deploy the OVA file, it would prompt/configure ip parameter settings in the console.
Thanks in Advance
hope the following links will answer your question:
https://communities.vmware.com/thread/323831
https://blogs.vmware.com/vapp/2009/07/selfconfiguration-and-the-ovf-environment.html
Related
I try to connect to IoT Controllers via VPN.
The Controllers are already set up. I only need to establish a VPN to have remote access.
For that i installed OpenVPN in a AWS EC2 Instance.
To build the Connection between OpenVPN and the Clients, i need to create certificates & keys for the server and the clients.
The documentation says that i need to extract the easy-rsa 2 script bundle (ziped files) into the home directory of the OpenVPN: https://openvpn.net/community-resources/setting-up-your-own-certificate-authority-ca/
My question: How can i unzip a file from my local machine into the home directory of a cloud hosted VPN?
UPDATE
Currently i try via scp to transfer the zip to the openvpn instance.
scp -i ~\OpenVPNKeys.pem easy-rsa-old-master.zip openvpnas#34.249.227.33:/home/
But i get the following error:
scp: /home/easy-rsa-old-master.zip: Permission denied
When i try:
scp -i ~\OpenVPNKeys.pem easy-rsa-old-master.zip openvpnas#34.249.227.33
without specifying the directory it works. I get the message:
1 Datei(en) kopiert
But then i have no clue where the file is saved. Does anayone know where files will be saved automatically?
I am trying to add AWS EFS to my EB environment. I've created and EFS file system with default settings. Then following this guide I've added the config file to my .ebextensions.
option_settings:
aws:elasticbeanstalk:application:environment:
FILE_SYSTEM_ID: 'fs-123434234234'
MOUNT_DIRECTORY: '/efs'
I've created /efs folder in my eb. But when i am trying to deploy it, I get LoadBalancer awseb-e-t-AWSEBLoa-123245 could not be found. What am I missing? Did I maybe need to set-up security group policies? Because if I would have created a file system with storage-efs-createfilesystem.config it seems like it would set-up security groups access on port 2049. I am assuming I need to do that as well for my FS. But I can't find a guide how to do that.
There are two pipelines in gitlab --> build & deploy
In deploy pipeline I want to copy dist folder into my ec2 directory that's why I want to ssh into my ec2.
command I have put in yml file & settled variables also :
$ ssh -tt -i $Server_pem ubuntu#Server_IP
but when deploy pipeline it shows error :
ssh: Could not resolve hostname server_ip: Name or service not known
Ec2 Instance Details :
Ubuntu AMI
Using Public DNS / IP : ec2-XX-XXX-XX-XX.ap-south-1.compute.amazonaws.com
Instance can be accessed from outside ( configured security group for this)
GitLab Details :
I'm using Gitlab shared runners for this (Personal account) &
Added SHA (RSA) key in Server_pem file in variables for connection EC2
help me to solve this issue and if any other way I can copy my build please let me know.
Thank you in advance :)
i have setup bitnami wordpress on my ubuntu 64 bit server and now want to add ssl provided by amazon. i have followed following tutorial by bitnami
i am on last step:
/opt/bitnami/apps/APPNAME/conf/httpd-prefix.conf
but when i enter this command in ssh . it says permission denied.
and wen i open my web it says : service temporary unavailable "
but i can visit my web with public ip of instance its working.
You don't enter the file into ssh. You edit the file with a text editor such as "nano" or "vi". Then follow the instructions.
vi opt/bitnami/apps/APPNAME/conf/httpd-prefix.conf
I am new to the amazon world.
I have got an amazon ec2 machine with it's public dns and a .pem file . i have connected to the machine using putty by generating a ppk file . now i am able to login to the remote machine using root user. Can someone help me how to create a remote desktop machine or as a cloud machine like the way windows has a rdp feature so that i can install the software. Do i need to install vncserver on it ?. if yes, is there any handy video or documentation which can provide me steps to connect . i have to install appache 2 and mysql on it.
Appreciate your help.
P.S. I can't see any instance on the amzon ec2 which can be created with the machine dns i have got.
Thanks.
1) To see you instance in AWS Console, you need to choose region, where that ec2 server is deployed.
Click on right top menu, there is list of regions there.
2) As we understood, you need to install LAMP Server on that instance.
There are lots of examples how to do it (without GUI, using command line interface).
Find them easily typing how to setup lamp server on ubuntu/centos, depending on your OS.