AWS -. Manage windows/Linux ec2 VMs [closed] - amazon-web-services

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 2 years ago.
Improve this question
I have a question, regarding managing AWS VMs on a system level. On azure cloud i was using CSE extensions to run powershell scripst and manage/configure VMs. I AM looking for similar solution for AWS cloud. I was thinking about SSM dosuments, but that is not a good choice i suppose.

You can use runPowerShellScript SSM Run Command:
Run PowerShell scripts or specify the path to a script to run. This plugin runs on Microsoft Windows Server and Linux operating systems.
This allows you to run any PowerShell script on your Windows instance, on condition that it is setup to work with System Manager.

Related

What machine instance to use for running GPU workloads in Google Cloud Platform [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 2 years ago.
Improve this question
I am trying to run Elasticsearch BERT application and would like to understand the minimal configuration for fine-tuning the model using GPU. What machine configuration should I be using?
Reference github: Fast-Bert
You would probably need to attach different GPUs to your compute instance to test performance. The Tesla T4 is the cheapest, while the Tesla V100 is the most expensive.
The n1-highmem or the n1-highcpu families of compute instance would be a good place to start.
Some of the specs published by Google:

How to integrate springboot dependency log4j with Pivotal Cloud Foundry [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 4 years ago.
Improve this question
I am working on PCF, so the application which I will be deploying in PCF needs files which could be external files, like log4j2spring.xml
How can I provide these files to PCF?
( This is how we are providing in our application: logging.config=classpath:config/log4j2-spring.xml)
In an Enterprise world, the logs that are needed to be configured within in PCF Containers are streamed to any log-analyzer tool, like Papertrail or splunk
You should not specify any such path in logging.config, given the fact that PCF Containers can be trashed for any valid purposes, like, scaling up the app - restarting the app or whatsoever it is ..
So : Write your logs to stdout / stderr and then read those logs using cf logs <app_name> command. Ideal case is to have your logs streamed to any log-viewing tool

How to build peer-to-peer connection through internet in hyperledger fabric? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 5 years ago.
Improve this question
I build local network (localhost, in my own PC) using Docker in Hyperledger Fabric.
But how can I realize peer-to-peer connection through internet (like torrent) in Hyperledger Fabric ?
Thanks for advance.
Please consider to use either of these:
Hyperledger Fabric deployment script - bash script which spans network on bare metals
Ansible Playbooks to deploy Hyperledger Fabric
There is good documentation on how to get started and for any particular question you can try asking in Rocket.Chat.

amazon web server guider for beginner [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
I need to open a web application server on the amazon AWS.
can someone guide me which services I would need to run :
.net web application.
office 2013.
I'm new in that so please elaborate.
You can use EC2 Instances (virtual private servers) for that. Check out the getting started for windows guide:
http://docs.aws.amazon.com/AWSEC2/latest/WindowsGuide/EC2Win_GetStarted.html
And take a free lab at http://run.qwiklabs.com

why openstack is getting so popular? [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 8 years ago.
Improve this question
can anyone tell me why openstack is getting so popular because there are many open source private computing platforms like opennebula,cloudStack,Eucalyptus...so what is the advantage of using Openstack? and why not others?
OpenStack has lots of contributors and is supported by lots of large IT vendors. It is trying to beat AWS and VMware. It is developing its own set of APIs.
The other open source private cloud platforms have their own strengths. Eucalyptus is the only one with AWS compatibility. You can move workloads back and forth. You can use the same scripting. You can use the same tools. For instance, ChaosMonkey that Netflix developed for their internal use on AWS runs on Eucalyptus as well.